{ "name": "node_chat_server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2", "http": "^0.0.1-security", "nodemon": "^3.0.1", "socket.io": "^4.7.2" } }