{
  "name": "pi-prompt-stash",
  "version": "0.1.0",
  "type": "module",
  "description": "Git-stash for your train of thought — save prompt drafts with ctrl+s, restore with ctrl+shift+s",
  "main": "./index.ts",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "prompt-stash",
    "stash",
    "drafts"
  ],
  "author": "Edmund Miller <edmundmiller@hey.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edmundmiller/dotfiles.git",
    "directory": "pi-packages/pi-prompt-stash"
  },
  "files": [
    "index.ts",
    "src",
    "README.md"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  }
}
