websocket-relay/package.json
2025-06-14 15:07:58 +02:00

16 lines
286 B
JSON

{
"name": "websocket-relay",
"version": "1.0.0",
"author": "",
"main": "index.js",
"devDependencies": {
"bun-types": "^1.0.1",
"ws": "^8.18.2"
},
"description": "",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}