13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"name": "http-srv",
|
|
"version": "1.0.0",
|
|
"description": "Static site and real-time chat backend",
|
|
"private": true,
|
|
"scripts": {
|
|
"chat": "node chat-server.js"
|
|
},
|
|
"dependencies": {
|
|
"ws": "8.18.0"
|
|
}
|
|
}
|