docs: add tinypool to external pools benchmark
[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": {
9e45c2c4 9 "node": ">=16.14.0",
0fb30db7 10 "pnpm": ">=8.6.0"
670734fc 11 },
da9ae51d 12 "volta": {
ca9ab108 13 "node": "18.16.0",
7f6a4f12 14 "pnpm": "8.6.2"
da9ae51d 15 },
be0676b3
APA
16 "scripts": {
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "dependencies": {
be0676b3 20 "microjob": "0.7.0",
73cda448 21 "node-worker-threads-pool": "1.5.1",
5d66c933
JB
22 "piscina": "4.0.0",
23 "poolifier": "2.6.2",
73cda448 24 "threads": "1.7.0",
292ad316 25 "threadwork": "0.6.0",
935f9dbf 26 "tinypool": "0.5.0",
5d66c933 27 "worker-nodes": "2.5.0",
65a60b3b 28 "workerpool": "6.4.0"
be0676b3
APA
29 }
30}