{
  "name": "@pzzld/pi-shepherd",
  "version": "6.7.1",
  "description": "Thin Pi adapter for an explicit subagent provider and Rust Component-owned native lifecycle exchanges.",
  "type": "module",
  "scripts": {
    "test": "node test.mjs"
  },
  "dependencies": {
    "@pzzld/component-runtime": "6.7.1"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pzzld-org/shepherd.git"
  },
  "pi": {
    "extensions": [
      "./src/extension.mjs"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ],
    "subagents": {
      "agents": [
        "./agents"
      ]
    }
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "shepherd",
    "agents",
    "cli"
  ],
  "files": [
    ".shepherd-generated.json",
    "src",
    "skills",
    "prompts",
    "agents",
    "shepherd.pi.json",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "THIRD_PARTY_LICENSES"
  ]
}
