agent-orchestrator/packages/ao/package.json

36 lines
774 B
JSON

{
"name": "@aoagents/ao",
"version": "0.7.0",
"description": "Orchestrate parallel AI coding agents — global CLI wrapper",
"license": "MIT",
"type": "module",
"bin": {
"ao": "bin/ao.js"
},
"scripts": {
"postinstall": "node bin/postinstall.js"
},
"files": [
"bin"
],
"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
}
}