Add WRR worker choice strategy
[poolifier.git] / package.json
index d127367325d13faab27f8479d85ee73fea34b968..65d18ef1dd58289832cb46b8602b1fd74f50c1cc 100644 (file)
@@ -1,9 +1,10 @@
 {
   "name": "poolifier",
-  "version": "2.2.1",
+  "version": "2.2.2",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "main": "lib/index.js",
   "scripts": {
+    "prepare": "node prepare.js",
     "build": "rollup --config --environment BUILD:development",
     "build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION",
     "build:prod": "rollup --config",
@@ -78,6 +79,8 @@
     "eslint-plugin-promise": "^6.0.1",
     "eslint-plugin-spellcheck": "^0.0.19",
     "expect": "^29.1.2",
+    "husky": "^8.0.1",
+    "lint-staged": "^13.0.3",
     "microtime": "^3.1.1",
     "mocha": "^10.0.0",
     "mochawesome": "^7.1.3",