Merge pull request #65 from pioardi/dependabot/npm_and_yarn/standard-16.0.2
[poolifier.git] / package.json
index 053c681b29a3a04d71ae705768d3a5aefdd35078..048af4d9a21b4154e48a7688cf36c450a6eed98f 100644 (file)
@@ -1,8 +1,9 @@
 {
   "name": "poolifier",
-  "version": "1.1.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",
   "scripts": {
     "build": "npm install",
     "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ",
@@ -44,7 +45,7 @@
     "mocha": "^8.0.1",
     "mocha-lcov-reporter": "^1.3.0",
     "nyc": "^15.0.0",
-    "standard": "^14.3.1"
+    "standard": "^16.0.0"
   },
   "engines": {
     "node": ">=12.0.0"