{
  "name": "@oxgeneral/orch",
  "version": "1.0.27",
  "description": "AI agent runtime — orchestrate Claude, Cursor, Codex & OpenCode as one team. Multi-agent task automation with state machine, auto-retry, inter-agent messaging, goals and teams. Zero-config CLI + programmatic API.",
  "type": "module",
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "orchestry": "./dist/cli.js",
    "orch": "./dist/cli.js",
    "ao": "./dist/cli.js"
  },
  "files": [
    "dist",
    "scripts",
    "skills"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "dev": "tsx src/bin/cli.ts",
    "build": "tsup",
    "build:watch": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "postinstall": "node scripts/postinstall.cjs || true",
    "benchmark": "tsx scripts/benchmark.ts",
    "load-test": "tsx scripts/load-test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai-agent",
    "ai-agent-runtime",
    "agent-orchestrator",
    "agent-orchestration",
    "multi-agent",
    "ai-agents",
    "ai-team",
    "llm-orchestration",
    "task-automation",
    "claude",
    "claude-code",
    "codex",
    "cursor",
    "opencode",
    "grok",
    "antigravity",
    "openai",
    "llm",
    "cli-tool",
    "cli",
    "developer-tools",
    "devtools",
    "typescript",
    "automation",
    "workflow",
    "devops",
    "git-worktree",
    "state-machine",
    "orchestrator"
  ],
  "author": "Agents Organizations Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oxgeneral/ORCH.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "homepage": "https://github.com/oxgeneral/ORCH#readme",
  "bugs": {
    "url": "https://github.com/oxgeneral/ORCH/issues"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "ink": "^6.8.0",
    "js-yaml": "^4.1.0",
    "liquidjs": "^10.21.0",
    "nanoid": "^5.1.5",
    "react": "^19.2.4"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.17.0",
    "@types/react": "^19.2.14",
    "@vitest/coverage-v8": "^3.2.4",
    "ink-testing-library": "^4.0.0",
    "tsup": "^8.4.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  }
}
