Fix standard code style
[poolifier.git] / package.json
index 0b3d306cdcda8efe2e8f34557a622598ee520a6e..046a08ea43e7d263eaa7e3e5344a938e05918ceb 100644 (file)
@@ -5,7 +5,8 @@
   "main": "index.js",
   "scripts": {
     "build": "npm install",
-    "test": "standard && nyc mocha --exit --timeout 10000 **/*test.js ",
+    "test": "standard && nyc mocha --experimental-worker --exit --timeout 10000 **/*test.js ",
+    "demontest": "nodemon --exec \"npm test\"",
     "coverage": "nyc report --reporter=text-lcov --timeout 5000 **/*test.js | coveralls",
     "standard-verbose": "npx standard --verbose",
     "lint": "standard --fix"
@@ -36,6 +37,7 @@
   },
   "homepage": "https://github.com/pioardi/node-pool#readme",
   "dependencies": {
+    "tape": "^4.13.0",
     "uuid": "^3.4.0"
   },
   "devDependencies": {