{
  "name": "pi-vet",
  "version": "1.0.9",
  "description": "TUI file change review for Pi coding agent — accept, revert, undo agent edits with keyboard-driven UI",
  "keywords": [
    "pi-package",
    "pi-extension",
    "review",
    "diff",
    "vet"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/weinguyen1224-glitch/pi-vet"
  },
  "author": "weinguyen",
  "files": [
    "index.ts",
    "types.ts",
    "config/",
    "feature/",
    "renderer/",
    "utils/"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "typescript": "~5.8.0",
    "typescript-language-server": "^5.3.0"
  }
}
