{
  "name": "@johnfodero/pi-diff-review",
  "version": "1.1.2",
  "description": "Full-screen git diff reviewer for the Pi coding agent with vim keybindings, visual-mode range selection, inline comments, and structured review feedback sent back to the agent.",
  "type": "module",
  "scripts": {
    "typecheck": "tsc"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "diff",
    "git",
    "code-review",
    "vim"
  ],
  "author": "John Fodero <jtfodero@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JohnFodero/pi-diff-review.git"
  },
  "bugs": {
    "url": "https://github.com/JohnFodero/pi-diff-review/issues"
  },
  "homepage": "https://github.com/JohnFodero/pi-diff-review#readme",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^7.0.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
