Added the ws dependency & the types of ws to the package.json
This commit is contained in:
@ -15,11 +15,13 @@
|
||||
"express": "^4.18.1",
|
||||
"mongoose": "^6.5.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.2"
|
||||
"typescript": "^4.8.2",
|
||||
"ws": "^8.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/node": "^18.7.15",
|
||||
"@types/ws": "^8.5.3",
|
||||
"nodemon": "^2.0.19"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user