{ "name": "test-ws", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@types/ws": "^8.5.12", "typescript": "^5.5.4" }, "dependencies": { "ws": "^8.18.0" } }