{
  "name": "@ai-local/watch",
  "version": "1.0.3",
  "description": "Pi package that watches pull requests with PR-aware /vette, /pr, /watch, and /peek commands plus GitHub status diagnostics.",
  "type": "module",
  "license": "MIT",
  "author": "b-koop",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai-local/watch.git"
  },
  "homepage": "https://github.com/ai-local/watch#readme",
  "bugs": {
    "url": "https://github.com/ai-local/watch/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "pr-review",
    "code-review",
    "github",
    "vette",
    "watch"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "extensions/",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/pr-vette.ts",
      "./extensions/gh-status/extension.ts"
    ]
  },
  "dependencies": {
    "smart-model-run": "0.2.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "^0.75.4",
    "@types/node": "^25.9.2",
    "typebox": "latest",
    "typescript": "^5.9.3",
    "vitest": "latest"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "pnpm typecheck && vitest run",
    "vitest": "vitest run",
    "prepublishOnly": "pnpm typecheck",
    "pack:check": "npm pack --dry-run",
    "publish:ci": "npm publish --provenance --access public",
    "publish:otc": "./scripts/publish-npm.sh"
  }
}
