{ "name": "@composio/ao-web", "version": "0.1.0", "description": "Web dashboard for agent-orchestrator", "private": true, "type": "module", "scripts": { "dev": "concurrently \"npm:dev:next\" \"npm:dev:terminal\"", "dev:next": "next dev", "dev:terminal": "tsx watch src/server/terminal-websocket.ts", "build": "next build", "start": "next start", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf .next", "screenshot": "tsx e2e/screenshot.ts", "screenshot:install": "npx playwright install chromium" }, "dependencies": { "@composio/ao-core": "workspace:*", "@composio/ao-plugin-agent-claude-code": "workspace:*", "@composio/ao-plugin-runtime-tmux": "workspace:*", "@composio/ao-plugin-scm-github": "workspace:*", "@composio/ao-plugin-tracker-github": "workspace:*", "@composio/ao-plugin-tracker-linear": "workspace:*", "@composio/ao-plugin-workspace-worktree": "workspace:*", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "@composio/ao-plugin-notifier-desktop": "workspace:*", "@composio/ao-plugin-notifier-openclaw": "workspace:*" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.1.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "concurrently": "^9.2.1", "jsdom": "^25.0.0", "playwright": "^1.49.0", "tailwindcss": "^4.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^2.1.0" } }