eda132c66740a384493b244334bd4ea261a6df2e
[poolifier.git] / benchmarks / versus-external-pools / package.json
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",
8 "engines": {
9 "node": ">=14.14.0"
10 },
11 "scripts": {
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "dependencies": {
15 "microjob": "0.7.0",
16 "node-worker-threads-pool": "1.5.1",
17 "piscina": "3.2.0",
18 "poolifier": "2.4.10",
19 "threads": "1.7.0",
20 "threadwork": "0.6.0",
21 "worker-nodes": "2.4.0",
22 "workerpool": "6.4.0"
23 }
24 }