agent-orchestrator/packages/ao/package.json

19 lines
419 B
JSON

{
"name": "@aoagents/ao",
"version": "0.10.0",
"description": "Agent Orchestrator CLI. Resolves and runs the prebuilt Go binary for your platform.",
"license": "MIT",
"bin": {
"ao": "./bin/ao.js"
},
"files": [
"bin/"
],
"optionalDependencies": {
"@aoagents/ao-darwin-arm64": "0.10.0",
"@aoagents/ao-darwin-x64": "0.10.0",
"@aoagents/ao-linux-x64": "0.10.0",
"@aoagents/ao-win32-x64": "0.10.0"
}
}