{ "name": "websocket-server", "version": "1.0.0", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Oliver Hofmann", "license": "ISC", "description": "", "type": "module", "dependencies": { "ws": "^8.18.2" } }