{ "name": "dashboard", "version": "1.0.0", "description": "Replacement dashboard for homarr and heimdall", "main": "server.js", "type": "commonjs", "scripts": { "dev": "node server.js", "dev:frontend": "cd frontend && npm run dev", "build:frontend": "cd frontend && npm run build", "start": "node server.js" }, "keywords": [ "dashboard", "docker", "synology", "unifi", "monitoring" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.13.2", "cors": "^2.8.5", "dockerode": "^4.0.9", "express": "^4.22.1", "express-rate-limit": "^8.2.1", "ws": "^8.19.0" } }