14 lines
285 B
JSON
14 lines
285 B
JSON
|
|
{
|
||
|
|
"name": "opusbike-relay",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "WebSocket relay for OpusBike dual-device streaming",
|
||
|
|
"main": "relay.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node relay.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"ws": "^8.18.0"
|
||
|
|
}
|
||
|
|
}
|