{
  "name": "pi-open-code-review",
  "version": "0.1.5",
  "description": "BTKS Pi package for running Alibaba Open Code Review with a skill and slash command.",
  "type": "module",
  "license": "Apache-2.0",
  "author": "Open Code Review package maintainers",
  "homepage": "https://github.com/alibaba/open-code-review",
  "bugs": {
    "url": "https://github.com/alibaba/open-code-review/issues"
  },
  "keywords": [
    "pi-package",
    "BTKS",
    "pi",
    "open-code-review",
    "ocr",
    "code-review",
    "coding-agent"
  ],
  "files": [
    "README.md",
    "PUBLISHING.md",
    "LICENSE",
    "extensions/",
    "skills/",
    "scripts/"
  ],
  "scripts": {
    "test": "node --test",
    "test:pi": "node scripts/verify-pi-package.mjs",
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "skills": [
      "./skills"
    ],
    "extensions": [
      "./extensions/open-code-review.js"
    ],
    "image": "https://raw.githubusercontent.com/alibaba/open-code-review/main/imgs/highlights-en.png"
  }
}
