{
  "name": "gforge",
  "version": "0.3.0",
  "description": "A git firewall: a global pre-commit hook that blocks commits containing secrets (passwords, keys, tokens, .env files) across macOS, Linux, and Windows.",
  "keywords": [
    "git",
    "git-hooks",
    "githooks",
    "hooks",
    "pre-commit",
    "core.hookspath",
    "secrets",
    "secret-scanning",
    "secret-detection",
    "credentials",
    "security",
    "devsecops",
    "cli",
    "global-hooks"
  ],
  "license": "Apache-2.0",
  "author": "Gaurang Joshi (https://github.com/psspl-gaurang-joshi)",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psspl-gaurang-joshi/gforge.git"
  },
  "bugs": {
    "url": "https://github.com/psspl-gaurang-joshi/gforge/issues"
  },
  "homepage": "https://github.com/psspl-gaurang-joshi/gforge#readme",
  "bin": {
    "gforge": "bin/gforge.js"
  },
  "main": "src/cli.js",
  "exports": {
    ".": "./src/cli.js",
    "./package.json": "./package.json"
  },
  "files": [
    "bin",
    "src",
    "scripts",
    "LICENSE",
    "NOTICE",
    "README.md",
    "SECURITY.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node --test",
    "package:check": "npm pack --dry-run",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "node --test"
  }
}
