{
  "name": "@artale/pi-git-guard",
  "version": "1.0.0",
  "description": "Git safety guard: protect branches, scan secrets, prevent mistakes",
  "keywords": ["pi-package", "git", "security", "hooks", "protection"],
  "license": "MIT",
  "author": "artale",
  "repository": {
    "type": "git",
    "url": "https://github.com/artale93/pi-git-guard.git"
  },
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "pi": {
    "commands": [
      "git-guard"
    ],
    "tools": [
      "git_guard_check",
      "git_guard_scan",
      "git_guard_enable"
    ]
  },
  "files": [
    "index.js",
    "hooks/"
  ]
}
