build: add packageManager field to package.json
[poolifier.git] / package.json
index 4794998b4f399ec1f3d8798a92fae6c51753dbbe..a03c96a99d403bd7510337bdf4639fc0cd3bc404 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.28",
+  "version": "3.1.29",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
@@ -16,7 +16,6 @@
     }
   },
   "scripts": {
-    "preinstall": "npx --yes only-allow pnpm",
     "prepare": "node prepare.mjs",
     "build": "rollup --config --environment BUILD:development",
     "build:prod": "rollup --config",
@@ -46,8 +45,9 @@
   },
   "volta": {
     "node": "20.12.0",
-    "pnpm": "8.15.5"
+    "pnpm": "8.15.6"
   },
+  "packageManager": "pnpm@8.15.6",
   "repository": {
     "type": "git",
     "url": "https://github.com/poolifier/poolifier.git"
     "@release-it/keep-a-changelog": "^5.0.0",
     "@rollup/plugin-terser": "^0.4.4",
     "@rollup/plugin-typescript": "^11.1.6",
-    "@types/node": "^20.12.2",
-    "@typescript-eslint/eslint-plugin": "^7.4.0",
-    "@typescript-eslint/parser": "^7.4.0",
+    "@types/node": "^20.12.3",
+    "@typescript-eslint/eslint-plugin": "^7.5.0",
+    "@typescript-eslint/parser": "^7.5.0",
     "benchmark": "^2.1.4",
     "c8": "^9.1.0",
     "cross-env": "^7.0.3",
     "eslint": "^8.57.0",
-    "eslint-config-love": "^43.1.0",
+    "eslint-config-love": "^44.0.0",
     "eslint-config-standard": "^17.1.0",
     "eslint-define-config": "^2.1.0",
     "eslint-import-resolver-typescript": "^3.6.1",
     "mochawesome": "^7.1.3",
     "prettier": "^3.2.5",
     "release-it": "^17.1.1",
-    "rollup": "^4.13.2",
+    "rollup": "^4.14.0",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-command": "^1.1.3",
     "rollup-plugin-delete": "^2.0.0",