build: avoid npx prompt at pnpm i
[poolifier.git] / benchmarks / versus-external-pools / package.json
CommitLineData
be0676b3
APA
1{
2 "name": "poolifier-benchmarks",
3 "version": "1.0.0-internal",
4 "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations",
5 "private": true,
6 "main": "index.js",
7 "author": "pioardi",
670734fc
JB
8 "engines": {
9 "node": ">=14.14.0"
10 },
be0676b3
APA
11 "scripts": {
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "dependencies": {
be0676b3 15 "microjob": "0.7.0",
73cda448
JB
16 "node-worker-threads-pool": "1.5.1",
17 "piscina": "3.2.0",
8d44e093 18 "poolifier": "2.4.10",
73cda448 19 "threads": "1.7.0",
292ad316 20 "threadwork": "0.6.0",
6c063733 21 "worker-nodes": "2.4.0",
65a60b3b 22 "workerpool": "6.4.0"
be0676b3
APA
23 }
24}