{ "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\" \"npm:dev:direct-terminal\"", "dev:next": "next dev -p ${PORT:-3000}", "dev:terminal": "tsx watch server/terminal-websocket.ts", "dev:direct-terminal": "tsx watch server/direct-terminal-ws.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:*", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "next": "^15.1.0", "node-pty": "^1.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "ws": "^8.19.0", "xterm": "^5.3.0" }, "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", "@types/ws": "^8.18.1", "@vitejs/plugin-react": "^4.3.0", "concurrently": "^9.2.1", "jsdom": "^25.0.0", "node-gyp": "^12.2.0", "playwright": "^1.49.0", "tailwindcss": "^4.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^2.1.0" } }