This commit is contained in:
boufni95 2024-09-26 20:15:35 +00:00
parent f702d2be8d
commit e1c950b683
3 changed files with 41 additions and 3 deletions

View file

@ -63,7 +63,8 @@
"uuid": "^8.3.2",
"websocket": "^1.0.34",
"websocket-polyfill": "^0.0.3",
"why-is-node-running": "^3.2.0"
"why-is-node-running": "^3.2.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
@ -76,8 +77,9 @@
"@types/node-fetch": "^2.6.3",
"@types/uuid": "^8.3.4",
"@types/websocket": "^1.0.6",
"@types/ws": "^8.5.12",
"nodemon": "^2.0.20",
"ts-node": "10.7.0",
"typescript": "5.5.4"
}
}
}