X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=20856725cfb21799ad9bcc5cc122fd02aa038e62;hb=48211d04ba8aeae7c6dca982391054269adddac2;hp=7589cc62c605d0abed93f0e0f726ff3ec47259ed;hpb=d36b321f7d75d05def9d90d5181afa6d0e720c82;p=poolifier.git diff --git a/package.json b/package.json index 7589cc62..20856725 100644 --- a/package.json +++ b/package.json @@ -36,15 +36,14 @@ "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", "expect": "^24.9.0", "mocha": "^7.0.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.0.0", - "standard": "^14.3.1" + "standard": "^14.3.1", + "worker-threads-pool": "^2.0.0" } }