{
  "name": "@aizigao/pi-vibeguard",
  "version": "0.1.2",
  "description": "Pi extension that replaces sensitive strings with placeholders before LLM requests (inspired by VibeGuard).",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/aizigao/pi-vibeguard#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aizigao/pi-vibeguard.git"
  },
  "bugs": {
    "url": "https://github.com/aizigao/pi-vibeguard/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "vibeguard"
  ],
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^24.10.1",
    "@eslint/js": "^9.39.1",
    "eslint": "^9.39.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.4"
  }
}
