Added the ws dependency & the types of ws to the package.json

This commit is contained in:
2022-09-06 20:13:23 +02:00
parent c6278410e6
commit 260aaf9389
2 changed files with 15 additions and 1 deletions

View File

@ -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"
}
}