{
  "name": "pi-rewind-unwind",
  "version": "0.3.0",
  "description": "Undo Pi write/edit file changes via /undo, and restore those files when you jump with /tree.",
  "keywords": [
    "extension",
    "pi",
    "pi-coding-agent",
    "pi-package",
    "rewind",
    "tree",
    "undo"
  ],
  "homepage": "https://github.com/itisvincent/pi-rewind-unwind#readme",
  "bugs": {
    "url": "https://github.com/itisvincent/pi-rewind-unwind/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itisvincent/pi-rewind-unwind.git"
  },
  "files": [
    "index.ts",
    "reverse-last-state.ts",
    "reverse-last-capture.ts",
    "reverse-last-picker.ts",
    "reverse-last-commands.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "vitest run --config vitest.config.ts"
  },
  "dependencies": {
    "@firstpick/pi-utils": "^0.2.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
