{
  "name": "@pi-orca/agents",
  "version": "0.0.5",
  "description": "Subagent lifecycle via SDK/RPC/tmux",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "defaults"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rm -rf dist *.tsbuildinfo",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "pi-package",
    "pi-orca",
    "pi-agent",
    "pi-extension"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "author": "Bindu / Ba",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/binduwavell/pi-orca.git",
    "directory": "packages/agents"
  },
  "dependencies": {
    "@pi-orca/core": "^0.0.5"
  }
}
