X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=d9d8484d6f99a757793ebef4c34c4a955b612a7f;hb=50457a111b371c15c3ef600789cabf119930e782;hp=fe32dfd380fda94c76199f3fb51642af4c7f8026;hpb=57df5469cb6f9ffd7c3501f026f2659b3cf88f06;p=poolifier.git diff --git a/package.json b/package.json index fe32dfd3..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" }, @@ -36,9 +37,6 @@ "url": "https://github.com/pioardi/node-thread-pool/issues" }, "homepage": "https://github.com/pioardi/node-thread-pool#readme", - "dependencies": { - "uuid": "^3.4.0" - }, "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^3.0.9",