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.js",
18 "build": "rollup --config --environment BUILD:development",
19 "build:analyze": "rollup --config --environment ANALYZE,BUILD:development",
20 "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development",
21 "build:prod": "rollup --config",
22 "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs",
23 "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs",
24 "benchmark:prod": "pnpm build:prod && benchmarks/internal/bench.mjs",
25 "test": "pnpm build && c8 mocha 'tests/**/*.test.js'",
26 "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
27 "coverage": "c8 report --reporter=lcov",
28 "coverage:html": "c8 report --reporter=html",
29 "format": "rome 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": "git+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 "@commitlint/cli": "^17.7.1",
114 "@commitlint/config-conventional": "^17.7.0",
115 "@release-it/bumper": "^5.1.0",
116 "@release-it/keep-a-changelog": "^4.0.0",
117 "@rollup/plugin-terser": "^0.4.3",
118 "@rollup/plugin-typescript": "^11.1.3",
119 "@types/node": "^20.5.9",
120 "@typescript-eslint/eslint-plugin": "^6.6.0",
121 "@typescript-eslint/parser": "^6.6.0",
125 "eslint-config-standard": "^17.1.0",
126 "eslint-config-standard-with-typescript": "^39.0.0",
127 "eslint-define-config": "^1.23.0",
128 "eslint-import-resolver-typescript": "^3.6.0",
129 "eslint-plugin-import": "^2.28.1",
130 "eslint-plugin-jsdoc": "^46.5.1",
131 "eslint-plugin-n": "^16.0.2",
132 "eslint-plugin-promise": "^6.1.1",
133 "eslint-plugin-spellcheck": "^0.0.20",
134 "eslint-plugin-tsdoc": "^0.2.17",
137 "lint-staged": "^14.0.1",
138 "microtime": "^3.1.1",
140 "mochawesome": "^7.1.3",
141 "prettier": "^3.0.3",
142 "release-it": "^16.1.5",
144 "rollup-plugin-analyzer": "^4.0.0",
145 "rollup-plugin-command": "^1.1.3",
146 "rollup-plugin-delete": "^2.0.0",
147 "rollup-plugin-dts": "^6.0.1",
150 "source-map-support": "^0.5.21",
151 "ts-standard": "^12.0.2",
152 "typedoc": "^0.25.1",
153 "typescript": "~5.2.2"