We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d66dc commit 3b9f0b5Copy full SHA for 3b9f0b5
1 file changed
package.json
@@ -18,7 +18,9 @@
18
"socks-proxy-agent": "^8.0.5",
19
"string-hash": "^1.1.3",
20
"url": "^0.11.0",
21
- "ws": "^7.2.0"
+ "ws": "^7.2.0",
22
+ "@types/ws": "^8.18.0"
23
+
24
},
25
"scripts": {
26
"build": "tsc && npm run bundle-cjs",
@@ -69,7 +71,6 @@
69
71
"@types/mocha": "^10.0.10",
70
72
"@types/request": "^2.48.12",
73
"@types/string-hash": "^1.1.3",
- "@types/ws": "^8.18.0",
74
"@typescript-eslint/eslint-plugin": "^8.28.0",
75
"chai": "^4.5.0",
76
"chai-counter": "^1.0.0",
0 commit comments