{
  "name": "@yuanwentao/pi-toolbox",
  "version": "0.2.0",
  "description": "A toolbox of small quality-of-life extensions for the pi coding agent.",
  "license": "MIT",
  "author": "yuanwentao",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "clipboard"
  ],
  "type": "module",
  "files": [
    "src"
  ],
  "pi": {
    "extensions": [
      "src/index.ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/15wtyuan/pi-toolbox.git"
  },
  "homepage": "https://github.com/15wtyuan/pi-toolbox#readme",
  "bugs": {
    "url": "https://github.com/15wtyuan/pi-toolbox/issues"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.1",
    "@earendil-works/pi-tui": "^0.81.1",
    "@types/node": "^22.10.0",
    "typescript": "^5.7.0"
  }
}
