build(deps-dev): apply updates
[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": {
506aa7e0 9 "node": "20.12.2",
bcf1c155 10 "pnpm": "9.0.4"
02999424 11 },
bcf1c155 12 "packageManager": "pnpm@9.0.4",
02999424 13 "scripts": {
c2515a41 14 "build": "rollup --config --configPlugin typescript",
d7154f8c
JB
15 "start": "node --enable-source-maps dist/main.cjs",
16 "start:esm": "node --enable-source-maps dist/main.js",
f57c8bae
JB
17 "test": "echo \"Error: no test specified\" && exit 1",
18 "test:requests": "node requests.js"
02999424
JB
19 },
20 "keywords": [],
21 "author": "",
22 "license": "ISC",
23 "dependencies": {
c59dd1da 24 "poolifier": "^3.1.29",
4aeddd8e 25 "ws": "^8.16.0"
02999424
JB
26 },
27 "devDependencies": {
d6fc607d 28 "@rollup/plugin-typescript": "^11.1.6",
78338da8 29 "@types/node": "^20.12.7",
ec88da80 30 "@types/ws": "^8.5.10",
27c09587 31 "rollup": "^4.15.0",
02999424 32 "rollup-plugin-delete": "^2.0.0",
daaf068c 33 "tslib": "^2.6.2",
60ac92d9 34 "typescript": "^5.4.5"
02999424
JB
35 },
36 "optionalDependencies": {
bbf92b1d 37 "bufferutil": "^4.0.8",
02999424
JB
38 "utf-8-validate": "^6.0.3"
39 }
40}