{
  "name": "zookeeper-cluster-client",
  "version": "3.1.1",
  "description": "Sharing one zookeeper connection among Multi-Process on Node.js",
  "dependencies": {
    "cluster-client": "^3.0.1",
    "debug": "^4.1.1",
    "node-zookeeper-client": "^1.0.0",
    "sdk-base": "^3.6.0"
  },
  "devDependencies": {
    "autod": "^3.1.0",
    "egg-bin": "^4.13.0",
    "eslint": "^5.16.0",
    "eslint-config-egg": "^7.4.1",
    "mz-modules": "^2.1.0",
    "pedding": "^1.1.0",
    "webstorm-disable-index": "^1.2.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "autod": "autod",
    "lint": "eslint example lib test --ext .js",
    "test": "npm run lint && egg-bin pkgfiles && npm run test-local",
    "test-local": "DEBUG=zookeeper* egg-bin test",
    "cov": "TEST_TIMEOUT=5000 egg-bin cov",
    "ci": "npm run autod -- --check && npm run lint && egg-bin pkgfiles --check && npm run cov",
    "pkgfiles": "egg-bin pkgfiles"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:node-modules/zookeeper-cluster-client.git"
  },
  "bug": {
    "url": "https://github.com/node-modules/zookeeper-cluster-client/issues"
  },
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "author": "fengmk2",
  "license": "MIT"
}
