{
  "name": "block-no-verify",
  "version": "1.3.0",
  "description": "CLI tool to block --no-verify flag in git commands. Prevents AI agents from bypassing git hooks.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "block-no-verify": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:coverage": "vitest --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
    "spell": "cspell lint '**/*.{ts,js,md,json}' --gitignore --no-must-find-files",
    "spell:check": "cspell lint '**/*.{ts,js,md,json}' --gitignore --no-must-find-files",
    "knip": "knip",
    "prepare": "husky",
    "release": "release-it"
  },
  "keywords": [
    "git",
    "no-verify",
    "hooks",
    "cli",
    "security",
    "ai-safety",
    "claude-code",
    "agent-governance"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "pnpm@10.26.2",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tupe12334/block-no-verify.git"
  },
  "bugs": {
    "url": "https://github.com/tupe12334/block-no-verify/issues"
  },
  "homepage": "https://github.com/tupe12334/block-no-verify#readme",
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@cspell/dict-he": "^4.0.5",
    "@release-it/conventional-changelog": "^10.0.6",
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.1",
    "cspell": "^9.7.0",
    "eslint": "^9.39.4",
    "eslint-config-agent": "^3.0.4",
    "eslint-config-publishable-package-json": "^1.0.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "husky": "^9.1.7",
    "knip": "^5.88.1",
    "lint-staged": "^16.4.0",
    "prettier": "^3.8.1",
    "release-it": "^19.2.4",
    "rimraf": "^6.1.3",
    "typescript": "^5.9.3",
    "vitest": "^4.1.1"
  },
  "dependencies": {
    "@polyhook/sdk": "^0.1.4"
  }
}
