2 "name": "node-thread-pool",
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 --exit --timeout 20000 tests/*test.js ",
9 "debug-test": "mocha --inspect-brk --exit tests/*test.js ",
10 "demontest": "nodemon --exec \"npm test\"",
11 "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls",
12 "standard-verbose": "npx standard --verbose",
13 "lint": "standard --fix"
17 "url": "git+https://github.com/pioardi/node-thread-pool.git"
37 "url": "https://github.com/pioardi/node-thread-pool/issues"
39 "homepage": "https://github.com/pioardi/node-thread-pool#readme",
41 "benchmark": "^2.1.4",
42 "coveralls": "^3.0.9",
45 "mocha-lcov-reporter": "^1.3.0",
47 "standard": "^14.3.1",
48 "worker-threads-pool": "^2.0.0"