{
  "name": "pi-task-delta",
  "version": "0.3.4",
  "description": "Browse and explain task-scoped Git changes with configurable model and effort settings.",
  "type": "module",
  "license": "MIT",
  "author": "Alexander Czech",
  "homepage": "https://github.com/thagorx/pi-task-delta#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thagorx/pi-task-delta.git"
  },
  "bugs": {
    "url": "https://github.com/thagorx/pi-task-delta/issues"
  },
  "keywords": [
    "pi-package",
    "git-diff",
    "git-summary",
    "task-delta",
    "code-explanation",
    "change-rationale",
    "developer-tools"
  ],
  "files": [
    "src",
    "documentation",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "bash tests/test-task-delta.sh",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.83.0",
    "@earendil-works/pi-coding-agent": ">=0.83.0",
    "@earendil-works/pi-tui": ">=0.83.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.83.0",
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@earendil-works/pi-tui": "0.83.0",
    "@types/node": "24.12.4",
    "typescript": "5.9.3"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
