docs: fix docs/worker-choice-strategies.md structure
[poolifier.git] / package.json
CommitLineData
6dc67cda 1{
5648b9ca 2 "name": "poolifier",
d9647bdd 3 "version": "2.6.21",
3eed0bf4 4 "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
479b44a7 5 "license": "MIT",
6abad580 6 "main": "./lib/index.js",
fe18768d
JB
7 "exports": {
8 ".": {
6abad580
JB
9 "require": "./lib/index.js",
10 "import": "./lib/index.mjs"
fe18768d
JB
11 }
12 },
6dc67cda 13 "scripts": {
ebfea361 14 "preinstall": "npx --yes only-allow pnpm",
86092b19 15 "prepare": "node prepare.js",
f4162974 16 "build": "rollup --config --environment BUILD:development",
9dc351aa
JB
17 "build:analyze": "rollup --config --environment ANALYZE,BUILD:development",
18 "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development",
f4162974 19 "build:prod": "rollup --config",
8a970421
JB
20 "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs",
21 "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs",
93dd056a 22 "benchmark:prod": "pnpm build:prod && benchmarks/internal/bench.mjs",
bb8ed27c
JB
23 "test": "pnpm build && c8 mocha 'tests/**/*.test.js'",
24 "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
0fd86768
JB
25 "coverage": "c8 report --reporter=lcov",
26 "coverage:html": "c8 report --reporter=html",
e47bed93 27 "format": "prettier . --cache --write; ts-standard . --fix",
e99dbb69
JB
28 "lint": "eslint . --cache",
29 "lint:fix": "eslint . --cache --fix",
7d82d90e 30 "lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
05a66b11 31 "release": "release-it",
5ea22628 32 "typedoc": "typedoc",
bb8ed27c 33 "prepublishOnly": "pnpm build:prod"
6dc67cda 34 },
78cea37e 35 "ts-standard": {
af5204ed
JB
36 "globals": [
37 "describe",
38 "it",
39 "before",
40 "after",
41 "beforeEach",
42 "afterEach"
78cea37e
JB
43 ]
44 },
45 "engines": {
9e45c2c4 46 "node": ">=16.14.0",
0fb30db7 47 "pnpm": ">=8.6.0"
78cea37e 48 },
bc3227d8 49 "volta": {
21416e6e 50 "node": "20.5.0",
2f034ea6 51 "pnpm": "8.6.12"
bc3227d8 52 },
6dc67cda 53 "repository": {
54 "type": "git",
6ccc1262 55 "url": "git+https://github.com/poolifier/poolifier.git"
6dc67cda 56 },
57 "keywords": [
66ce9e2d
JB
58 "nodejs",
59 "worker pool",
60 "thread pool",
2fbe1783 61 "worker_threads",
660940b0 62 "cluster",
31b90205 63 "concurrency",
6dc67cda 64 "performance",
65 "cpu",
973cde26 66 "computing",
66ce9e2d
JB
67 "scheduling",
68 "parallelism",
69 "eventloop"
6dc67cda 70 ],
6dc67cda 71 "author": "pioardi",
7e4f7b97 72 "contributors": [
73 {
74 "name": "Christopher Quadflieg",
75 "email": "chrissi92@hotmail.de",
76 "url": "https://github.com/Shinigami92"
77 },
78 {
818f2180 79 "name": "Jérôme Benoit",
7c638181 80 "email": "jerome.benoit@piment-noir.org",
7e4f7b97 81 "url": "https://github.com/jerome-benoit"
82 }
83 ],
479b44a7
JB
84 "funding": [
85 {
86 "type": "opencollective",
87 "url": "https://opencollective.com/poolifier"
09bf56a0
JB
88 },
89 {
90 "type": "github",
91 "url": "https://github.com/sponsors/poolifier"
479b44a7
JB
92 }
93 ],
6dc67cda 94 "bugs": {
6ccc1262 95 "url": "https://github.com/poolifier/poolifier/issues"
6dc67cda 96 },
6ccc1262 97 "homepage": "https://github.com/poolifier/poolifier#readme",
c2a9d1e6
S
98 "files": [
99 "lib"
100 ],
c6bcaac6
JB
101 "pnpm": {
102 "overrides": {
103 "semver": "^7.5.3"
104 }
105 },
973cde26 106 "devDependencies": {
214804c3
JB
107 "@commitlint/cli": "^17.7.0",
108 "@commitlint/config-conventional": "^17.7.0",
7d1ac235 109 "@release-it/bumper": "^5.1.0",
b80e10df 110 "@release-it/keep-a-changelog": "^4.0.0",
4745ba4a 111 "@rollup/plugin-terser": "^0.4.3",
af64732b 112 "@rollup/plugin-typescript": "^11.1.2",
214804c3 113 "@types/node": "^20.4.9",
b80e10df
JB
114 "@typescript-eslint/eslint-plugin": "^5.62.0",
115 "@typescript-eslint/parser": "^5.62.0",
ca6c7d70 116 "benny": "^3.7.1",
21554946 117 "c8": "^8.0.1",
7b451fe3 118 "eslint": "^8.46.0",
458509ad 119 "eslint-config-standard": "^17.1.0",
987aab32 120 "eslint-config-standard-with-typescript": "^37.0.0",
0223b392 121 "eslint-define-config": "^1.23.0",
214804c3 122 "eslint-import-resolver-typescript": "^3.6.0",
4e149a78 123 "eslint-plugin-import": "^2.28.0",
0f2c9e06 124 "eslint-plugin-jsdoc": "^46.4.6",
01d400ef 125 "eslint-plugin-n": "^16.0.1",
2f8c5b5c 126 "eslint-plugin-promise": "^6.1.1",
06f7a33b 127 "eslint-plugin-spellcheck": "^0.0.20",
38e795c1 128 "eslint-plugin-tsdoc": "^0.2.17",
d66d8d9d 129 "expect": "^29.6.2",
a974afa6 130 "husky": "^8.0.3",
af64732b 131 "lint-staged": "^13.2.3",
7595e433 132 "microtime": "^3.1.1",
5d5a6f8f 133 "mocha": "^10.2.0",
5080f39d 134 "mochawesome": "^7.1.3",
0c1f3187 135 "prettier": "^3.0.1",
214804c3
JB
136 "release-it": "^16.1.4",
137 "rollup": "^3.28.0",
f45e4999 138 "rollup-plugin-analyzer": "^4.0.0",
5ea22628 139 "rollup-plugin-command": "^1.1.3",
660940b0 140 "rollup-plugin-delete": "^2.0.0",
501f774f 141 "sinon": "^15.2.0",
eae1fc25 142 "source-map-support": "^0.5.21",
c9102ab4 143 "ts-standard": "^12.0.2",
25038f6a 144 "typedoc": "^0.24.8",
4b00bdc1 145 "typescript": "^5.1.6"
777b7824 146 }
6dc67cda 147}