{
  "name": "@parke.dev/pi-subagent",
  "version": "0.8.0",
  "description": "Production-grade isolated subagents for the Pi coding agent",
  "type": "module",
  "license": "MIT",
  "author": "Luke Parke",
  "homepage": "https://github.com/LukasParke/pi-extensions/tree/main/packages/pi-subagent#readme",
  "bugs": {
    "url": "https://github.com/LukasParke/pi-extensions/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LukasParke/pi-extensions.git",
    "directory": "packages/pi-subagent"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "subagent",
    "agents",
    "coding-agent",
    "extension",
    "parke.dev"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./sdk": "./src/index.ts",
    "./package.json": "./package.json"
  },
  "files": [
    "extensions",
    "src",
    "skills",
    "docs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/subagent.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
