{
  "name": "pi-rewind",
  "version": "2.0.0",
  "description": "Operation-level undo/redo for the Pi Coding Agent.",
  "repository": {
    "type": "git",
    "url": "https://github.com/MinhDuyDEV/pi-harness.git"
  },
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "checkpoint",
    "rewind",
    "undo",
    "redo",
    "git"
  ],
  "author": "pi-harness",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "test": "node --import tsx --test index.test.ts ledger.test.ts",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.0",
    "@types/node": "^24.0.0",
    "tsx": "4.23.1",
    "typescript": "^5.9.3"
  }
}
