Files
webrtc_http_tunnel/signaling_server/package.json
T
2025-07-25 16:32:37 +03:00

22 lines
465 B
JSON

{
"name": "signaling_server",
"version": "1.0.0",
"description": "\"Signaling Server for WebRTC\"",
"main": "dist/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kostas Drakontidis",
"license": "ISC",
"dependencies": {
"uuid": "^11.1.0",
"winston": "^3.17.0",
"ws": "^8.18.3",
"zod": "^4.0.2"
},
"devDependencies": {
"@types/ws": "^8.18.1",
"typescript": "^5.8.3"
}
}