Skip to content

Commit 804933c

Browse files
cursoragentrgarcia
andcommitted
feat: Add ws dependency and types
Adds the 'ws' package and its corresponding types to the project dependencies. Co-authored-by: raf <[email protected]>
1 parent 241ffc5 commit 804933c

File tree

4 files changed

+1449
-2198
lines changed

4 files changed

+1449
-2198
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@
2626
"lint": "./scripts/lint",
2727
"fix": "./scripts/format"
2828
},
29-
"dependencies": {},
29+
"dependencies": {
30+
"ws": "^8.18.3"
31+
},
3032
"devDependencies": {
3133
"@arethetypeswrong/cli": "^0.17.0",
3234
"@swc/core": "^1.3.102",
3335
"@swc/jest": "^0.2.29",
3436
"@types/jest": "^29.4.0",
3537
"@types/node": "^20.17.6",
38+
"@types/ws": "^8.18.1",
3639
"@typescript-eslint/eslint-plugin": "8.31.1",
3740
"@typescript-eslint/parser": "8.31.1",
3841
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)