{
  "name": "@b12k/gitleaks",
  "version": "8.30.1-v.13",
  "description": "The missing NPM wrapper for Gitleaks",
  "keywords": [
    "api-keys",
    "cli",
    "data-loss-prevention",
    "devsecops",
    "dlp",
    "files",
    "git",
    "gitleaks",
    "npm",
    "passwords",
    "secret",
    "secrets",
    "security",
    "security-tools",
    "stdin",
    "tokens",
    "wrapper"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/b12k/gitleaks.git"
  },
  "license": "MIT",
  "author": "Bogdan Kolesnyk",
  "type": "module",
  "bin": {
    "gitleaks": "dist/cli.js",
    "gitleaks-install": "dist/postinstall.js"
  },
  "files": [
    "dist",
    "scripts"
  ],
  "dependencies": {
    "boxen": "8.0.1",
    "tar": "7.5.19",
    "update-notifier": "7.3.1"
  },
  "devDependencies": {
    "@b12k/branch-name-lint": "1.3.0",
    "@commitlint/config-conventional": "21.2.0",
    "@eslint/js": "10.0.1",
    "@release-it/conventional-changelog": "11.0.1",
    "@rslib/core": "0.23.2",
    "@types/node": "26.1.1",
    "@types/semver": "7.7.1",
    "@types/update-notifier": "6.0.8",
    "commitlint": "21.2.1",
    "eslint": "10.6.0",
    "eslint-config-airbnb-extended": "3.1.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-perfectionist": "5.10.0",
    "eslint-plugin-unicorn": "71.1.0",
    "husky": "9.1.7",
    "lint-staged": "17.0.8",
    "npm-check-updates": "22.2.9",
    "npm-run-all2": "9.0.2",
    "prettier": "3.9.5",
    "release-it": "20.2.1",
    "semver": "7.8.5",
    "sort-package-json": "4.0.0",
    "tsx": "4.23.0",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rslib",
    "check": "run-p -l check:*",
    "check:format": "prettier . --check",
    "check:package-json": "sort-package-json --check",
    "check:scripts": "eslint . --cache",
    "check:types": "tsc --noEmit",
    "deps:check": "ncu -e 1 -c 7",
    "deps:update": "ncu -du --doctorTest \"pnpm deps:update:doctor\" -c 7",
    "deps:update:doctor": "run-p -l check:types check:scripts build",
    "dev": "rslib --watch",
    "fix": "run-p -l fix:*",
    "fix:format": "prettier . --write",
    "fix:package-json": "sort-package-json",
    "fix:scripts": "eslint . --fix --cache",
    "ga:notify": "tsx .github/notify.ts",
    "ga:update-gitleaks": "tsx .github/update-gitleaks.ts",
    "husky:commit-msg": "commitlint",
    "husky:pre-commit": "lint-staged",
    "husky:pre-push": "branch-name-lint",
    "postinstall": "node scripts/postinstall.js",
    "release": "release-it --preRelease=v"
  }
}