Update package.json
[poolifier.git] / package.json
index fe32dfd380fda94c76199f3fb51642af4c7f8026..a4190e414b38114c805c564e42266b4674b37dd3 100644 (file)
@@ -1,13 +1,14 @@
 {
-  "name": "node-thread-pool",
+  "name": "@pioardi/node-thread-pool",
   "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",