{
  "name": "@herbertgao/pi-stash",
  "version": "0.1.2",
  "description": "Stash one pi draft and restore it after the next message.",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "prompt",
    "stash"
  ],
  "homepage": "https://github.com/HerbertGao/pi-extensions/tree/master/packages/pi-stash#readme",
  "bugs": "https://github.com/HerbertGao/pi-extensions/issues",
  "license": "MIT",
  "author": "Herbert Gao",
  "contributors": [
    "Tifan Dwi Avianto <hi@tifan.me>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HerbertGao/pi-extensions.git",
    "directory": "packages/pi-stash"
  },
  "files": [
    "src/**/*.ts",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "test": "node --experimental-strip-types --test tests/**/*.test.ts"
  },
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "x-upstream": {
    "package": "@tifan/pi-stash",
    "version": "0.2.0",
    "repository": "https://github.com/tifandotme/pi-extensions",
    "commit": "b39d1e6359c78718cbf8fe5c74c82b89065e9a0b"
  }
}
