cd3072e70aea4301593271c29b6268976e809e8d
[poolifier.git] / benchmarks / versus-external-pools / package.json
1 {
2 "name": "poolifier-benchmarks",
3 "version": "1.0.0",
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",
8 "engines": {
9 "node": ">=16.14.0",
10 "pnpm": ">=8.6.0"
11 },
12 "volta": {
13 "node": "18.17.0",
14 "pnpm": "8.6.12"
15 },
16 "scripts": {
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "dependencies": {
20 "nanothreads": "0.3.7",
21 "node-worker-threads-pool": "1.5.1",
22 "piscina": "4.1.0",
23 "poolifier": "2.6.21",
24 "tinypool": "0.7.0",
25 "worker-nodes": "2.6.0",
26 "workerpool": "6.4.0"
27 }
28 }