perf: pin volta node version for benchmarking
[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 },
da9ae51d
JB
11 "volta": {
12 "node": "18.16.0"
13 },
be0676b3
APA
14 "scripts": {
15 "test": "echo \"Error: no test specified\" && exit 1"
16 },
17 "dependencies": {
be0676b3 18 "microjob": "0.7.0",
73cda448
JB
19 "node-worker-threads-pool": "1.5.1",
20 "piscina": "3.2.0",
8d44e093 21 "poolifier": "2.4.10",
73cda448 22 "threads": "1.7.0",
292ad316 23 "threadwork": "0.6.0",
6c063733 24 "worker-nodes": "2.4.0",
65a60b3b 25 "workerpool": "6.4.0"
be0676b3
APA
26 }
27}