2 "$schema": "https://json.schemastore.org/package",
5 "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
8 "main": "./lib/index.cjs",
9 "module": "./lib/index.mjs",
10 "types": "./lib/index.d.ts",
13 "types": "./lib/index.d.ts",
14 "require": "./lib/index.cjs",
15 "import": "./lib/index.mjs"
19 "preinstall": "npx --yes only-allow pnpm",
20 "prepare": "node prepare.mjs",
21 "build": "rollup --config --environment BUILD:development",
22 "build:prod": "rollup --config",
23 "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development",
24 "build:analyze": "rollup --config --environment ANALYZE,BUILD:development",
25 "benchmark": "pnpm build && node --max-old-space-size=8192 --enable-source-maps benchmarks/internal/bench.mjs",
26 "benchmark:prod": "pnpm build:prod && node --max-old-space-size=8192 --enable-source-maps benchmarks/internal/bench.mjs",
27 "benchmark:debug": "pnpm build && node --max-old-space-size=8192 --enable-source-maps --inspect benchmarks/internal/bench.mjs",
28 "test": "pnpm build --environment SOURCEMAP:false && cross-env NODE_ENV=test c8 mocha 'tests/**/*.test.mjs'",
29 "test:debug": "pnpm build && cross-env NODE_ENV=test mocha --no-parallel --inspect 'tests/**/*.test.mjs'",
30 "coverage": "c8 report --reporter=lcov",
31 "coverage:html": "c8 report --reporter=html",
32 "format": "biome format . --write; eslint . --cache --fix",
33 "lint": "eslint . --cache",
34 "lint:fix": "eslint . --cache --fix",
35 "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
36 "release": "release-it",
37 "typedoc": "node typedoc.mjs",
38 "prepublishOnly": "pnpm build:prod"
50 "url": "https://github.com/poolifier/poolifier.git"
67 "name": "Alessandro Pio Ardizio",
68 "email": "alessandroardizio94@gmail.com",
69 "url": "https://github.com/pioardi"
73 "name": "Christopher Quadflieg",
74 "email": "chrissi92@hotmail.de",
75 "url": "https://github.com/Shinigami92"
78 "name": "Jérôme Benoit",
79 "email": "jerome.benoit@piment-noir.org",
80 "url": "https://github.com/jerome-benoit"
85 "type": "opencollective",
86 "url": "https://opencollective.com/poolifier"
90 "url": "https://github.com/sponsors/poolifier"
94 "url": "https://github.com/poolifier/poolifier/issues"
96 "homepage": "https://github.com/poolifier/poolifier#readme",
106 "@biomejs/biome": "^1.5.3",
107 "@commitlint/cli": "^19.0.3",
108 "@commitlint/config-conventional": "^19.0.3",
109 "@release-it/bumper": "^6.0.1",
110 "@release-it/keep-a-changelog": "^5.0.0",
111 "@rollup/plugin-terser": "^0.4.4",
112 "@rollup/plugin-typescript": "^11.1.6",
113 "@types/node": "^20.11.22",
114 "@typescript-eslint/eslint-plugin": "^7.1.0",
115 "@typescript-eslint/parser": "^7.1.0",
116 "benchmark": "^2.1.4",
118 "cross-env": "^7.0.3",
120 "eslint-config-standard": "^17.1.0",
121 "eslint-config-standard-with-typescript": "^43.0.1",
122 "eslint-define-config": "^2.1.0",
123 "eslint-import-resolver-typescript": "^3.6.1",
124 "eslint-plugin-import": "^2.29.1",
125 "eslint-plugin-jsdoc": "^48.2.0",
126 "eslint-plugin-n": "^16.6.2",
127 "eslint-plugin-promise": "^6.1.1",
128 "eslint-plugin-spellcheck": "^0.0.20",
129 "eslint-plugin-tsdoc": "^0.2.17",
132 "lint-staged": "^15.2.2",
133 "microtime": "^3.1.1",
135 "mochawesome": "^7.1.3",
136 "prettier": "^3.2.5",
137 "release-it": "^17.1.1",
139 "rollup-plugin-analyzer": "^4.0.0",
140 "rollup-plugin-command": "^1.1.3",
141 "rollup-plugin-delete": "^2.0.0",
142 "rollup-plugin-dts": "^6.1.0",
144 "typedoc": "^0.25.9",
145 "typescript": "~5.3.3"