{
  "name": "pi-prompt-restore",
  "version": "0.1.0",
  "description": "Pi extension that saves discarded prompts when Ctrl+C clears the editor - recover with the Up arrow",
  "keywords": [
    "pi-package",
    "pi-extension",
    "prompt",
    "input",
    "editor",
    "recovery",
    "undo",
    "history",
    "pi",
    "coding-agent",
    "tui"
  ],
  "license": "MIT",
  "author": "Cullen Botha <mail@cullen.dev>",
  "type": "module",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cullendotdev/pi-prompt-restore.git"
  },
  "homepage": "https://github.com/cullendotdev/pi-prompt-restore#readme",
  "bugs": {
    "url": "https://github.com/cullendotdev/pi-prompt-restore/issues"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "engines": {
    "node": ">=22"
  }
}
