{ "name": "chat-ui", "version": "1.0.0", "description": "Chat UI for LLM Agent", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.17.1" } }