docs: update benchmarks vs. external pools
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / package.json
CommitLineData
3b311539
JB
1{
2 "$schema": "https://json.schemastore.org/package",
3 "name": "fastify-hybrid-pool",
4 "version": "1.0.0",
5 "description": "Fastify hybrid pool",
6 "main": "dist/main.js",
7 "type": "module",
8 "volta": {
9 "node": "20.5.1",
4e005476 10 "pnpm": "8.7.0"
3b311539
JB
11 },
12 "scripts": {
13 "build": "rollup --config",
14 "start": "node dist/main.cjs",
15 "start:esm": "node dist/main.js",
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "keywords": [],
19 "author": "",
20 "license": "ISC",
21 "dependencies": {
34f7adb3 22 "fastify": "^4.22.0",
3b311539 23 "fastify-plugin": "^4.5.1",
74d695c9 24 "poolifier": "^2.6.37"
3b311539
JB
25 },
26 "devDependencies": {
b2e5f4da 27 "@rollup/plugin-typescript": "^11.1.3",
7d52c7f9 28 "@types/node": "^20.5.7",
13e8eac7 29 "rollup": "^3.28.1",
3b311539 30 "rollup-plugin-delete": "^2.0.0",
991fc468 31 "tslib": "^2.6.2",
54d87f20 32 "typescript": "^5.2.2"
3b311539
JB
33 }
34}