16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "css-streaming-agent",
|
|
"version": "2.0.0",
|
|
"description": "Signaling and input forwarding for CSS stream",
|
|
"main": "agent.js",
|
|
"scripts": {
|
|
"agent": "node agent.js",
|
|
"signaling": "node signaling-server.js"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.7.0",
|
|
"ws": "^8.18.0",
|
|
"express": "^4.21.0"
|
|
}
|
|
}
|