{ "name": "websocket-server", "version": "1.0.0", "description": "", "main": "websocket.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@netlify/functions": "^1.6.0", "uuid": "^9.0.0", "ws": "^8.13.0" } }