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