build(deps-dev): apply updates
[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.16.1",
14 "pnpm": "8.6.6"
15 },
16 "pnpm": {
17 "overrides": {
18 "semver": "7.3.5"
19 }
20 },
21 "scripts": {
22 "test": "echo \"Error: no test specified\" && exit 1"
23 },
24 "dependencies": {
25 "node-worker-threads-pool": "1.5.1",
26 "piscina": "4.0.0",
27 "poolifier": "2.6.8",
28 "tinypool": "0.6.0",
29 "worker-nodes": "2.6.0",
30 "workerpool": "6.4.0"
31 }
32 }