{ "name": "mission-control", "version": "1.0.0", "description": "OpenClaw Mission Control — open-source agent orchestration dashboard", "scripts": { "dev": "next dev --hostname 127.0.0.1", "build": "next build", "start": "next start --hostname 0.0.0.0 --port 3005", "lint": "eslint .", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:e2e": "playwright test", "test:all": "pnpm lint && pnpm typecheck && pnpm test && pnpm build && pnpm test:e2e", "quality:gate": "pnpm test:all" }, "dependencies": { "@xyflow/react": "^12.10.0", "autoprefixer": "^10.4.20", "better-sqlite3": "^12.6.2", "clsx": "^2.1.1", "eslint": "^9.18.0", "eslint-config-next": "^16.1.6", "next": "^16.1.6", "next-themes": "^0.4.6", "postcss": "^8.5.2", "react": "^19.0.1", "react-dom": "^19.0.1", "reactflow": "^11.11.4", "recharts": "^3.7.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "ws": "^8.19.0", "zustand": "^5.0.11" }, "devDependencies": { "@playwright/test": "^1.51.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.10.6", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@types/ws": "^8.18.1", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^26.0.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^2.1.5" }, "engines": { "node": ">=20" }, "keywords": [ "openclaw", "agent", "orchestration", "dashboard", "nextjs" ], "author": "Builderz Labs", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/builderz-labs/mission-control.git" } }