{ "name": "chuck-webrtc-poc", "version": "0.0.1", "description": "POC: WebRTC DataChannel vs Socket.IO for chuck.js networking", "main": "server.js", "private": true, "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.18.2", "node-datachannel": "^0.10.0", "socket.io": "^4.7.4", "ws": "^8.16.0" } }