Merge pull request #80 from pioardi/issue-79-remove-usage-of-nodemon
[poolifier.git] / package.json
index e707420ff0896c201595d94b9489c7e9186a2864..800abf8c5597e58aad7c17854f98c8831e4f5689 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "Library on top of node js worker threads that implement various worker pools type",
   "main": "index.js",
   "types": "index.d.ts",
@@ -8,10 +8,9 @@
     "build": "npm install",
     "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 | coveralls",
     "standard-verbose": "npx standard --verbose",
-    "lint": "standard --fix"
+    "lint": "prettier-standard --format | standard --fix"
   },
   "repository": {
     "type": "git",
     "mocha": "^8.0.1",
     "mocha-lcov-reporter": "^1.3.0",
     "nyc": "^15.0.0",
-    "standard": "^14.3.1"
+    "prettier-standard": "^16.4.1",
+    "standard": "^16.0.0"
   },
   "engines": {
     "node": ">=12.0.0"
+  },
+  "dependencies": {
+    "typescript": "^4.1.3"
   }
 }