{
  "name": "@yaosu/pi-path-guard",
  "version": "1.6.0",
  "type": "module",
  "description": "Path Guard for pi — blocks destructive commands & path overwrites, protects .env/keys, with strict/normal/loose/trusted/naked guard modes (/guard). pi 防误删/防误覆盖扩展，支持 5 种防护模式。",
  "keywords": [
    "pi-package",
    "pi-extension",
    "path-guard",
    "safety",
    "permission"
  ],
  "license": "MIT",
  "author": {
    "name": "yaosu"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "extensions",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
