{
  "name": "@cotal-ai/orca",
  "description": "Cotal Orca integration: an Orca Runtime provider for spawning agents into the right Orca worktree.",
  "version": "0.50.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Cotal-AI/Cotal.git",
    "directory": "extensions/orca"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "peerDependencies": {
    "@cotal-ai/core": "*"
  },
  "devDependencies": {
    "tsx": "^4.22.4",
    "@cotal-ai/core": "0.50.0"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "tsx package.smoke.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "tsc -p tsconfig.json"
  }
}