{
  "name": "symmetry-core",
  "version": "1.0.45",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "rjmacarthy",
  "license": "ISC",
  "keywords": [
    "symmetry",
    "twinny",
    "p2p",
    "ai",
    "decentralised",
    "network"
  ],
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "package": "pkg ./dist/symmetry.js",
    "start": "node dist/symmetry.js",
    "dev": "ts-node src/symmetry.ts",
    "debug": "ts-node --inspect src/symmetry.ts",
    "lint": "eslint . --ext .ts,.js --fix",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "fluency.js": "^1.0.1",
    "hypercore-crypto": "^3.4.2",
    "hyperdht": "^6.15.4",
    "hyperswarm": "^4.8.0",
    "js-yaml": "^4.1.0",
    "sqlite3": "^5.1.7",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.14.10",
    "@types/ws": "^8.5.11",
    "@typescript-eslint/eslint-plugin": "^7.16.1",
    "@typescript-eslint/parser": "^7.16.1",
    "eslint": "^8.57.0",
    "globals": "^15.8.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  }
}
