26 lines
487 B
JSON
26 lines
487 B
JSON
{
|
|
"name": "websocketcourse",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tuffraid.net/cowch/webSocketCourse.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ws": "^8.19.0",
|
|
"wscat": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.1.0",
|
|
"@types/ws": "^8.18.1"
|
|
}
|
|
}
|