Files
webSocketCourse/package.json
2026-01-30 17:49:13 -06:00

25 lines
487 B
JSON

{
"name": "websocketcourse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.tuffraid.net/cowch/webSocketCourse.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"ws": "^8.19.0"
},
"devDependencies": {
"@types/node": "^25.1.0",
"@types/ws": "^8.18.1"
}
}