{
  "name": "@danchamorro/pi-subagents",
  "version": "0.9.0",
  "description": "Background Pi, Claude Code, and Codex sub-agents with shared lifecycle and feedback controls",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "subagents",
    "sub-agents",
    "background-agents",
    "coding-agent",
    "claude-code",
    "codex"
  ],
  "license": "MIT",
  "author": "Daniel Chamorro",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danchamorro/pi-agent-toolkit.git",
    "directory": "packages/subagents"
  },
  "type": "module",
  "scripts": {
    "test": "node --test test/*.test.ts"
  },
  "files": [
    "*.ts",
    "agents"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "zod": "4.4.3"
  },
  "optionalDependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.3.220"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.82.0",
    "@earendil-works/pi-coding-agent": ">=0.82.0",
    "@earendil-works/pi-tui": ">=0.82.0",
    "typebox": "*"
  }
}
