{
  "name": "@fitchmultz/pi-stash",
  "version": "0.2.0",
  "description": "A pi extension for stashing draft messages and restoring them later.",
  "type": "module",
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "extension",
    "stash",
    "draft"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fitchmultz/pi-stash.git"
  },
  "bugs": {
    "url": "https://github.com/fitchmultz/pi-stash/issues"
  },
  "homepage": "https://github.com/fitchmultz/pi-stash#readme",
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "extensions",
    "scripts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/stash.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.0",
    "@earendil-works/pi-tui": "0.84.0",
    "@types/node": "^25.9.1",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "clean:test": "node -e \"require('node:fs').rmSync('.tmp/test-dist', { recursive: true, force: true });\"",
    "build:test": "npm run clean:test && tsc -p tsconfig.test.json",
    "typecheck": "tsc -p tsconfig.json",
    "test": "npm run build:test && cd .tmp/test-dist && node --test",
    "audit": "npm audit --omit=dev --audit-level=high",
    "pack:check": "npm pack --dry-run",
    "smoke:package": "node scripts/smoke-package-load.mjs",
    "ci": "npm run typecheck && npm run test",
    "validate": "npm run ci && npm run test:node22 && npm run audit && npm run pack:check && npm run smoke:package",
    "prepublishOnly": "npm run validate",
    "test:node22": "npm run build:test && cd .tmp/test-dist && npx -y node@22.19.0 --test"
  },
  "packageManager": "npm@11.16.0",
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  }
}
