{
  "name": "@hank-warren/pi-github-actions-watch",
  "version": "0.3.1",
  "description": "Watch GitHub Actions runs live from Pi: framed job transcripts, failed-log tails, cancellation, and background watches. Requires an authenticated gh CLI.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "github-actions",
    "ci",
    "gh",
    "coding-agent"
  ],
  "author": "Hank Warren",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hank-warren/pi-extensions.git",
    "directory": "packages/pi-github-actions-watch"
  },
  "bugs": {
    "url": "https://github.com/hank-warren/pi-extensions/issues"
  },
  "homepage": "https://github.com/hank-warren/pi-extensions/tree/main/packages/pi-github-actions-watch#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "github.ts",
    "renderer.ts",
    "background.ts",
    "types.ts",
    "README.md",
    "NOTICE.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
