{ "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" } }