Chatroom / package.json
root
Update
ebd1d0a
raw
history blame contribute delete
275 Bytes
{
"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"
}
}