build: specify pnpm minimum version to engines
[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 8 "engines": {
75f1fe47
JB
9 "node": ">=14.14.0",
10 "pnpm": ">= 8.0.0"
670734fc 11 },
da9ae51d
JB
12 "volta": {
13 "node": "18.16.0"
14 },
be0676b3
APA
15 "scripts": {
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "dependencies": {
be0676b3 19 "microjob": "0.7.0",
73cda448
JB
20 "node-worker-threads-pool": "1.5.1",
21 "piscina": "3.2.0",
8d44e093 22 "poolifier": "2.4.10",
73cda448 23 "threads": "1.7.0",
292ad316 24 "threadwork": "0.6.0",
6c063733 25 "worker-nodes": "2.4.0",
65a60b3b 26 "workerpool": "6.4.0"
be0676b3
APA
27 }
28}