2 "$schema": "https://json.schemastore.org/package",
5 "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
7 "main": "./lib/index.js",
10 "types": "./lib/index.d.ts",
11 "require": "./lib/index.js",
12 "import": "./lib/index.mjs"
16 "preinstall": "npx --yes only-allow pnpm",
17 "prepare": "node prepare.mjs",
18 "build": "rollup --config --environment BUILD:development",
19 "build:prod": "rollup --config",
20 "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development",
21 "build:analyze": "rollup --config --environment ANALYZE,BUILD:development",
22 "benchmark": "pnpm build && node --max-old-space-size=8192 --enable-source-maps benchmarks/internal/bench.mjs",
23 "benchmark:prod": "pnpm build:prod && node --max-old-space-size=8192 --enable-source-maps benchmarks/internal/bench.mjs",
24 "benchmark:debug": "pnpm build && node --max-old-space-size=8192 --enable-source-maps --inspect benchmarks/internal/bench.mjs",
25 "test": "pnpm build --environment SOURCEMAP:false && cross-env NODE_ENV=test c8 mocha 'tests/**/*.test.mjs'",
26 "test:debug": "pnpm build && cross-env NODE_ENV=test mocha --no-parallel --inspect 'tests/**/*.test.mjs'",
27 "coverage": "c8 report --reporter=lcov",
28 "coverage:html": "c8 report --reporter=html",
29 "format": "biome format . --write; ts-standard . --fix",
30 "lint": "eslint . --cache",
31 "lint:fix": "eslint . --cache --fix",
32 "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
33 "release": "release-it",
34 "typedoc": "node typedoc.mjs",
35 "prepublishOnly": "pnpm build:prod"
57 "url": "https://github.com/poolifier/poolifier.git"
74 "name": "Alessandro Pio Ardizio",
75 "email": "alessandroardizio94@gmail.com",
76 "url": "https://github.com/pioardi"
80 "name": "Christopher Quadflieg",
81 "email": "chrissi92@hotmail.de",
82 "url": "https://github.com/Shinigami92"
85 "name": "Jérôme Benoit",
86 "email": "jerome.benoit@piment-noir.org",
87 "url": "https://github.com/jerome-benoit"
92 "type": "opencollective",
93 "url": "https://opencollective.com/poolifier"
97 "url": "https://github.com/sponsors/poolifier"
101 "url": "https://github.com/poolifier/poolifier/issues"
103 "homepage": "https://github.com/poolifier/poolifier#readme",
113 "@biomejs/biome": "^1.4.1",
114 "@commitlint/cli": "^18.4.3",
115 "@commitlint/config-conventional": "^18.4.3",
116 "@release-it/bumper": "^6.0.1",
117 "@release-it/keep-a-changelog": "^5.0.0",
118 "@rollup/plugin-terser": "^0.4.4",
119 "@rollup/plugin-typescript": "^11.1.5",
120 "@types/node": "^20.10.5",
121 "@typescript-eslint/eslint-plugin": "^6.15.0",
122 "@typescript-eslint/parser": "^6.15.0",
123 "benchmark": "^2.1.4",
125 "cross-env": "^7.0.3",
127 "eslint-config-standard": "^17.1.0",
128 "eslint-config-standard-with-typescript": "^43.0.0",
129 "eslint-define-config": "^2.0.0",
130 "eslint-import-resolver-typescript": "^3.6.1",
131 "eslint-plugin-import": "^2.29.1",
132 "eslint-plugin-jsdoc": "^46.9.1",
133 "eslint-plugin-n": "^16.5.0",
134 "eslint-plugin-promise": "^6.1.1",
135 "eslint-plugin-spellcheck": "^0.0.20",
136 "eslint-plugin-tsdoc": "^0.2.17",
139 "lint-staged": "^15.2.0",
140 "microtime": "^3.1.1",
142 "mochawesome": "^7.1.3",
143 "prettier": "^3.1.1",
144 "release-it": "^17.0.1",
146 "rollup-plugin-analyzer": "^4.0.0",
147 "rollup-plugin-command": "^1.1.3",
148 "rollup-plugin-delete": "^2.0.0",
149 "rollup-plugin-dts": "^6.1.0",
151 "ts-standard": "^12.0.2",
152 "typedoc": "^0.25.4",
153 "typescript": "~5.3.3"