X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=dbf9425db2107a79c654d692b01d3f491f31cd9b;hb=8950a9413daaff104bdfe23de5331ff744ee883b;hp=fe32dfd380fda94c76199f3fb51642af4c7f8026;hpb=57df5469cb6f9ffd7c3501f026f2659b3cf88f06;p=poolifier.git diff --git a/package.json b/package.json index fe32dfd3..dbf9425d 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,10 @@ "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 tests/*test.js | 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",