{ "name": "webrtc-controller-web-signaling", "version": "1.0.0", "private": true, "type": "module", "description": "与现有 Spring 信令服务器协议兼容的轻量 Node 信令服务(可选,便于本地独立运行)", "scripts": { "start": "node index.js" }, "dependencies": { "ws": "^8.17.0" } }