{ "name": "worker-dashboard", "private": true, "description": "Uncaged Dashboard - a real-time distributed command execution monitoring system", "workspaces": ["packages/*"], "scripts": { "dev:server": "node packages/server/src/index.mjs", "dev:frontend": "npm -w @uncaged/dashboard-frontend run dev", "build": "npm -w @uncaged/dashboard-frontend run build", "typecheck": "bunx tsc --build", "check": "biome check .", "format": "biome format --write .", "test": "bun run --filter './packages/*' test", "test:ci": "bun run --filter './packages/*' test:ci" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@changesets/cli": "^2.27.12", "@types/node": "^22.10.5", "bun-types": "^1.2.4", "typescript": "^5.7.3", "vitest": "^2.1.8" } }