4 "description": "Library on top of node js worker threads that implement various worker pools type",
7 "build": "npm install",
8 "test": "standard && nyc mocha --experimental-worker --exit --timeout 10000 **/*test.js ",
9 "demontest": "nodemon --exec \"npm test\"",
10 "coverage": "nyc report --reporter=text-lcov --timeout 5000 **/*test.js | coveralls",
11 "standard-verbose": "npx standard --verbose",
12 "lint": "standard --fix"
16 "url": "git+https://github.com/pioardi/node-pool.git"
36 "url": "https://github.com/pioardi/node-pool/issues"
38 "homepage": "https://github.com/pioardi/node-pool#readme",
43 "coveralls": "^3.0.9",
46 "mocha-lcov-reporter": "^1.3.0",