{ "name": "manus-dashboard-backend", "version": "1.0.0", "description": "Backend API for Manus Dashboard", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "test": "node test/app-registry.test.js && node test/healthcheck.test.js" }, "dependencies": { "express": "^4.21.0", "cors": "^2.8.5", "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "bcryptjs": "^2.4.3", "axios": "^1.7.0", "dockerode": "^4.0.2", "ws": "^8.18.0", "node-cron": "^3.0.3", "express-rate-limit": "^7.4.0", "cookie-parser": "^1.4.6", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "adm-zip": "^0.5.10", "ssh2": "^1.16.0" }, "devDependencies": { "nodemon": "^3.1.0" } }