Spaces:
Sleeping
Sleeping
| { | |
| "name": "chatroom", | |
| "version": "0.1.0", | |
| "private": true, | |
| "description": "A minimal Node.js chatroom (no deps) using HTTP + Server-Sent Events (SSE).", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| } | |
| } | |