{
  "name": "pi-diffwarden",
  "version": "0.28.0",
  "description": "Diffwarden Pi package: native /dw commands plus bundled skill discovery.",
  "license": "MIT",
  "keywords": ["pi-package", "diffwarden", "agent-skill", "code-review", "pull-request"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jperocho/diffwarden.git"
  },
  "homepage": "https://github.com/jperocho/diffwarden",
  "bugs": {
    "url": "https://github.com/jperocho/diffwarden/issues"
  },
  "files": [
    "extensions/",
    "skills/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": ["./extensions/diffwarden/index.ts"]
  }
}
