{
  "name": "@yuru7/pi-undo",
  "version": "0.3.0",
  "description": "A Pi extension that checkpoints file changes and undoes conversation turns",
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "pi-extension",
    "undo",
    "rollback"
  ],
  "license": "MIT",
  "author": "yuru7",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuru7/my-pi-extensions.git",
    "directory": "pi-undo"
  },
  "bugs": {
    "url": "https://github.com/yuru7/my-pi-extensions/issues"
  },
  "homepage": "https://github.com/yuru7/my-pi-extensions/tree/main/pi-undo#readme",
  "files": [
    "extensions",
    "src",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22"
  },
  "pi": {
    "extensions": [
      "./extensions/pi-undo.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@earendil-works/pi-tui": "^0.84.2",
    "@types/node": "^24.5.2",
    "typescript": "^7.0.2"
  },
  "scripts": {
    "test": "node --test test/*.test.ts",
    "typecheck": "tsc --noEmit",
    "pack:check": "npm pack --dry-run"
  }
}