{
  "name": "nanomsg-cluster",
  "version": "0.7.03",
  "description": "Nanomsg based clustering",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf ./dist; flow-remove-types ./src --out-dir ./dist && flow-copy-source ./src ./dist",
    "flow-typed": "./node_modules/.bin/flow-typed install --overwrite",
    "test": "yarn lint && yarn test:js",
    "test:js": "cross-env NODE_ENV=test jest --runInBand tests",
    "lint": "npm run lint:js && npm run lint:flow",
    "lint:js": "eslint -c ./.eslintrc --no-eslintrc --fix .",
    "lint:flow": "flow --show-all-errors",
    "coverage": "codecov",
    "capacity": "flow-node --prof scripts/capacity.js && node --prof-process $(ls isolate-*) && rm isolate-*"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint && yarn build && git add dist"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/*.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wehriam/nanomsg-cluster.git"
  },
  "author": "John Wehr <johnwehr@gmail.com>",
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint -c .eslintrc --ignore-path .eslintignore"
    ]
  },
  "dependencies": {
    "lodash": "^4.17.20",
    "msgpackr": "^1.5.1",
    "msgpackr-extract": "^1.0.16",
    "nanomsg": "https://github.com/den1zk/node-nanomsg.git#1186d5f5e529379f576937dbd65b23b5fe51f6be",
    "node-discover": "1.2.1",
    "uuid": "^8.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-flow-strip-types": "^7.10.4",
    "babel-eslint": "^10.1.0",
    "codecov": "^3.7.2",
    "cross-env": "^7.0.2",
    "documentation": "^13.0.2",
    "eslint": "^7.7.0",
    "eslint-config-bunchtogether": "^1.1.6",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-flowtype-errors": "^4.3.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "expect": "^26.4.2",
    "flow-bin": "^0.132.0",
    "flow-copy-source": "^2.0.9",
    "flow-remove-types": "^2.132.0",
    "flow-typed": "^3.2.1",
    "husky": "^4.2.5",
    "ip": "^1.1.5",
    "jest": "^26.4.2",
    "jest-diff": "^26.4.2",
    "pre-commit": "^1.2.2",
    "uuid": "^8.3.0"
  },
  "bugs": {
    "url": "https://github.com/wehriam/nanomsg-cluster/issues"
  },
  "homepage": "https://github.com/wehriam/nanomsg-cluster"
}
