fix: prepare code to fix pool internal IPC for cluster worker
[poolifier.git] / benchmarks / versus-external-pools / package.json
CommitLineData
be0676b3
APA
1{
2 "name": "poolifier-benchmarks",
e102732c 3 "version": "1.0.0",
be0676b3
APA
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": {
9e45c2c4 9 "node": ">=16.14.0",
0fb30db7 10 "pnpm": ">=8.6.0"
670734fc 11 },
da9ae51d 12 "volta": {
d262e04c 13 "node": "18.16.1",
e102732c 14 "pnpm": "8.6.5"
da9ae51d 15 },
be0676b3
APA
16 "scripts": {
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "dependencies": {
73cda448 20 "node-worker-threads-pool": "1.5.1",
5d66c933 21 "piscina": "4.0.0",
727ad054 22 "poolifier": "2.6.3",
935f9dbf 23 "tinypool": "0.5.0",
727ad054 24 "worker-nodes": "2.6.0",
65a60b3b 25 "workerpool": "6.4.0"
be0676b3
APA
26 }
27}