{
  "name": "pi-gh-cli",
  "version": "0.2.5",
  "description": "Structured GitHub CLI tools for Pi agents",
  "keywords": [
    "pi-package",
    "pi",
    "github",
    "gh",
    "github-cli",
    "agent"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tianrendong/pi-gh-cli.git"
  },
  "bugs": {
    "url": "https://github.com/tianrendong/pi-gh-cli/issues"
  },
  "homepage": "https://github.com/tianrendong/pi-gh-cli#readme",
  "type": "module",
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
