{
  "name": "@gwynnnplaine/pi-github",
  "version": "0.3.3",
  "description": "Read GitHub issues, PRs, diffs, checks & code from inside Pi — via the gh CLI. Chronological markdown, image extraction, PR review workflows.",
  "author": "Maria <maria@kuuro.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gwynnnplaine/pi-github.git"
  },
  "bugs": {
    "url": "https://github.com/gwynnnplaine/pi-github/issues"
  },
  "homepage": "https://github.com/gwynnnplaine/pi-github#readme",
  "keywords": [
    "pi-package",
    "pi",
    "pi-agent",
    "github",
    "extension"
  ],
  "packageManager": "bun@1.3.5",
  "files": [
    "index.ts",
    "src",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/gwynnnplaine/pi-github/main/assets/banner.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  }
}
