2 "$schema": "https://json.schemastore.org/package",
3 "name": "ws-cluster-pool",
5 "description": "ws cluster pool",
6 "main": "dist/main.js",
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 "test:requests": "node requests.js"
23 "poolifier": "^3.0.2",
27 "@rollup/plugin-typescript": "^11.1.5",
28 "@types/node": "^20.8.7",
29 "@types/ws": "^8.5.7",
31 "rollup-plugin-delete": "^2.0.0",
33 "typescript": "^5.2.2"
35 "optionalDependencies": {
36 "bufferutil": "^4.0.8",
37 "utf-8-validate": "^6.0.3"