File size: 275 Bytes
ebd1d0a
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
  }
}