{ "name": "ciq-node-backend", "version": "1.0.0", "description": "Node backend using @ninebit/ciq for Hugging Face Space", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "dependencies": { "@ninebit/ciq": "^1.0.5", "cors": "^2.8.5", "dotenv": "^16.6.1", "express": "^4.21.2", "multer": "^2.0.1" }, "license": "MIT" }