{ "name": "@agent-orchestrator/cli", "version": "0.1.0", "description": "CLI for agent-orchestrator — the `ao` command", "type": "module", "bin": { "ao": "dist/index.js" }, "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "@agent-orchestrator/core": "workspace:*", "@agent-orchestrator/plugin-agent-claude-code": "workspace:*", "@agent-orchestrator/plugin-agent-codex": "workspace:*", "@agent-orchestrator/plugin-agent-aider": "workspace:*", "chalk": "^5.4.0", "commander": "^13.0.0", "ora": "^8.1.0", "yaml": "^2.7.0" }, "devDependencies": { "@types/node": "^25.2.3", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.0.0" } }