{
  "name": "cluster-client",
  "version": "3.7.0",
  "description": "Sharing Connection among Multi-Process Nodejs",
  "main": "./index.js",
  "files": [
    "lib",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint . --ext .js",
    "test": "npm run lint && npm run test-local",
    "test-local": "egg-bin test",
    "ci": "egg-bin cov",
    "contributor": "git-contributor"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-modules/cluster-client.git"
  },
  "keywords": [
    "cluster",
    "multi-process"
  ],
  "author": "gxcsoccer@126.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-modules/cluster-client/issues"
  },
  "homepage": "https://github.com/node-modules/cluster-client#readme",
  "dependencies": {
    "byte": "^2.0.0",
    "co": "^4.6.0",
    "egg-logger": "^3.5.0",
    "is-type-of": "^1.4.0",
    "json-stringify-safe": "^5.0.1",
    "long": "^4.0.0",
    "sdk-base": "^4.2.1",
    "serialize-json": "^1.0.3",
    "tcp-base": "^3.2.0",
    "utility": "^2.1.0"
  },
  "devDependencies": {
    "address": "^1.0.3",
    "await-event": "^2.1.0",
    "coffee": "^5.2.1",
    "detect-port": "^1.3.0",
    "egg-bin": "^6.4.1",
    "egg-mock": "^5.4.0",
    "eslint": "^8.30.0",
    "eslint-config-egg": "^12.1.0",
    "git-contributor": "^2.1.5",
    "mm": "^2.4.1",
    "pedding": "^1.1.0",
    "spy": "^1.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
