{ "name": "chat-api", "version": "1.0.0", "description": "Chat API with Node.js", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.18.2", "axios": "^1.6.2", "cors": "^2.8.5" } }