{
  "name": "pi-defender",
  "version": "1.7.1",
  "description": "Defense-in-depth protection for Pi coding agent. Blocks dangerous commands and protects sensitive files — rename of pi-damage-control.",
  "license": "MIT",
  "author": "Serhioromano",
  "repository": "github:Serhioromano/pi-defender",
  "scripts": {
    "postinstall": "mkdir -p ~/.pi && cp src/patterns.yaml ~/.pi/"
  },
  "keywords": [
    "pi",
    "ai-agent",
    "pi-extension",
    "pi-package",
    "security",
    "protection",
    "defender",
    "damage-control"
  ],
  "dependencies": {
    "@earendil-works/pi-tui": "^0.74.0",
    "yaml": "^2.7.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/Serhioromano/pi-defender/refs/heads/master/images/pi-defender.png"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^25.7.0",
    "typescript": "^6.0.3"
  }
}
