build(deps-dev): apply updates
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / package.json
CommitLineData
72855e92
JB
1{
2 "$schema": "https://json.schemastore.org/package",
3 "name": "ws-cluster-pool",
4 "version": "1.0.0",
5 "description": "ws cluster pool",
6 "main": "dist/main.js",
7 "type": "module",
8 "volta": {
434206de 9 "node": "20.11.1",
1bbea1bc 10 "pnpm": "8.15.5"
72855e92
JB
11 },
12 "scripts": {
c2515a41 13 "build": "rollup --config --configPlugin typescript",
d7154f8c
JB
14 "start": "node --enable-source-maps dist/main.cjs",
15 "start:esm": "node --enable-source-maps dist/main.js",
f57c8bae
JB
16 "test": "echo \"Error: no test specified\" && exit 1",
17 "test:requests": "node requests.js"
72855e92
JB
18 },
19 "keywords": [],
20 "author": "",
21 "license": "ISC",
22 "dependencies": {
14d8c770 23 "poolifier": "^3.1.22",
9916d8d8 24 "ws": "^8.16.0"
72855e92
JB
25 },
26 "devDependencies": {
cac26ba1 27 "@rollup/plugin-typescript": "^11.1.6",
ba0e9802 28 "@types/node": "^20.11.30",
ec88da80 29 "@types/ws": "^8.5.10",
b3543488 30 "rollup": "^4.13.0",
72855e92 31 "rollup-plugin-delete": "^2.0.0",
cbfd97d4 32 "tslib": "^2.6.2",
23c559fb 33 "typescript": "^5.4.3"
72855e92
JB
34 },
35 "optionalDependencies": {
42e00e3f 36 "bufferutil": "^4.0.8",
72855e92
JB
37 "utf-8-validate": "^6.0.3"
38 }
39}