refactor: use autocannon on HTTP server examples
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / package.json
CommitLineData
02999424
JB
1{
2 "$schema": "https://json.schemastore.org/package",
3 "name": "ws-hybrid-pool",
4 "version": "1.0.0",
5 "description": "ws hybrid pool",
6 "main": "dist/main.js",
7 "type": "module",
8 "volta": {
9 "node": "20.5.1",
4e005476 10 "pnpm": "8.7.0"
02999424
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": {
6dcbb860 22 "poolifier": "^2.6.37",
02999424
JB
23 "ws": "^8.13.0"
24 },
25 "devDependencies": {
20f79b47 26 "@rollup/plugin-typescript": "^11.1.3",
bd090bdf 27 "@types/node": "^20.5.7",
02999424 28 "@types/ws": "^8.5.5",
51711a7b 29 "rollup": "^3.28.1",
02999424 30 "rollup-plugin-delete": "^2.0.0",
daaf068c 31 "tslib": "^2.6.2",
fab259b4 32 "typescript": "^5.2.2"
02999424
JB
33 },
34 "optionalDependencies": {
35 "bufferutil": "^4.0.7",
36 "utf-8-validate": "^6.0.3"
37 }
38}