X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=d9d8484d6f99a757793ebef4c34c4a955b612a7f;hb=50457a111b371c15c3ef600789cabf119930e782;hp=20856725cfb21799ad9bcc5cc122fd02aa038e62;hpb=75b44e22e0bc7bb88788c89cf9204f24c4a96360;p=poolifier.git diff --git a/package.json b/package.json index 20856725..d9d8484d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { - "name": "node-thread-pool", + "name": "poolifier", "version": "0.0.1", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", "scripts": { "build": "npm install", - "test": "standard && nyc mocha --experimental-worker --exit --timeout 10000 tests/*test.js ", + "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ", + "debug-test": "mocha --inspect-brk --exit tests/*test.js ", "demontest": "nodemon --exec \"npm test\"", - "coverage": "nyc report --reporter=text-lcov --timeout 5000 **/*test.js | coveralls", + "coverage": "nyc report --reporter=text-lcov | coveralls", "standard-verbose": "npx standard --verbose", "lint": "standard --fix" },