{
  "name": "@josephyoung/pi-heimdall",
  "version": "0.2.18",
  "description": "Guardian extension for pi — security guards that block accidental secret exposure, enforce command policies, protect .env files, and sandbox bash commands",
  "keywords": [
    "pi-package",
    "pi-extension",
    "security",
    "secrets",
    "sops",
    "kubectl"
  ],
  "license": "MIT",
  "author": "casualjim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josephyoung/pi-heimdall.git"
  },
  "type": "module",
  "files": [
    "extensions/",
    "guards/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "check:pack": "npm pack --dry-run",
    "test": "vitest run"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^22.0.0",
    "@types/shell-quote": "^1.7.5",
    "typescript": "^5.4.0",
    "vitest": "^4.1.5"
  },
  "dependencies": {
    "shell-quote": "^1.8.3"
  }
}
