{ "name": "@composio/ao-integration-tests", "version": "0.1.0", "private": true, "description": "Integration tests — requires real binaries and tmux", "type": "module", "scripts": { "test": "echo 'Skipped — run test:integration instead'", "test:integration": "vitest run --config vitest.config.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "@composio/ao-core": "workspace:*", "@composio/ao-plugin-agent-claude-code": "workspace:*", "@composio/ao-plugin-agent-codex": "workspace:*", "@composio/ao-plugin-agent-aider": "workspace:*", "@composio/ao-plugin-agent-opencode": "workspace:*", "@composio/ao-plugin-runtime-tmux": "workspace:*", "@composio/ao-plugin-runtime-process": "workspace:*", "@composio/ao-plugin-workspace-worktree": "workspace:*", "@composio/ao-plugin-workspace-clone": "workspace:*", "@composio/ao-plugin-tracker-linear": "workspace:*" }, "devDependencies": { "@composio/ao-plugin-notifier-desktop": "workspace:*", "@composio/ao-plugin-notifier-slack": "workspace:*", "@composio/ao-plugin-notifier-webhook": "workspace:*", "@composio/ao-plugin-notifier-composio": "workspace:*", "@composio/ao-plugin-terminal-iterm2": "workspace:*", "@composio/ao-plugin-terminal-web": "workspace:*", "@types/node": "^25.2.3", "typescript": "^5.7.0", "vitest": "^3.0.0" } }