{
  "name": "@danchamorro/pi-subagents",
  "version": "0.6.0",
  "description": "In-process background sub-agents for Pi with role prompts, feedback handoff, and compact status visibility",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "subagents",
    "sub-agents",
    "background-agents",
    "coding-agent"
  ],
  "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"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
