{
  "name": "@yceachan/pi-gadget",
  "version": "0.3.0",
  "type": "module",
  "description": "pi extension collection: /clear session archiving, /exit, and WSL-path links for Windows Terminal",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "gadget",
    "clear",
    "exit",
    "wslpath",
    "cite",
    "osc8"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yceachan/ea-pi-extensions.git",
    "directory": "packages/pi-gadget"
  },
  "homepage": "https://github.com/yceachan/ea-pi-extensions#readme",
  "files": [
    "pi-clear.ts",
    "pi-exit.ts",
    "pi-cite-wslpath.ts",
    "pi-gadgets.ts",
    "config.ts",
    "config.json",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "bun test test/"
  },
  "pi": {
    "extensions": [
      "./pi-clear.ts",
      "./pi-exit.ts",
      "./pi-cite-wslpath.ts",
      "./pi-gadgets.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "trustedDependencies": [
    "@google/genai",
    "protobufjs"
  ]
}
