{ "name": "minimax-chatbot-space", "version": "1.0.0", "description": "MiniMax M2.5 Chatbot on Hugging Face Spaces", "main": "server.js", "type": "module", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.18.2", "@gradio/client": "^1.0.0", "cors": "^2.8.5" } }