agent-orchestrator/packages/ao/package.json

52 lines
1.0 KiB
JSON

{
"name": "@aoagents/ao",
"version": "0.9.0",
"description": "Orchestrate parallel AI coding agents — global CLI wrapper",
"keywords": [
"ai",
"ai-agents",
"coding-agent",
"agent-orchestration",
"orchestrator",
"claude-code",
"codex",
"aider",
"cli",
"automation",
"devtools",
"parallel-agents",
"git-worktree"
],
"license": "MIT",
"type": "module",
"bin": {
"ao": "bin/ao.js"
},
"scripts": {
"postinstall": "node bin/postinstall.js"
},
"files": [
"bin",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/ComposioHQ/agent-orchestrator.git",
"directory": "packages/ao"
},
"homepage": "https://github.com/ComposioHQ/agent-orchestrator",
"bugs": {
"url": "https://github.com/ComposioHQ/agent-orchestrator/issues"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@aoagents/ao-cli": "workspace:*"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}