Spaces:
Sleeping
Sleeping
| { | |
| "name": "sri-ai-live-class", | |
| "version": "1.0.0", | |
| "description": "Sri AI school community - live class screen sharing (WebRTC prototype)", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.19.2", | |
| "ws": "^8.18.0" | |
| } | |
| } | |