{
  "name": "cursordoctrine",
  "version": "3.1.0",
  "description": "Cursor hook pack: doctrine at session start, Step 0 hard gate on writes, shell deny-list without force-push, one final review at stop.",
  "main": "bin/cli.mjs",
  "type": "module",
  "bin": {
    "cursordoctrine": "bin/cli.mjs"
  },
  "scripts": {
    "install": "node bin/cli.mjs install",
    "verify": "node bin/cli.mjs verify",
    "uninstall": "node bin/cli.mjs uninstall"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "hooks/",
    "hooks.json",
    "GLOBAL-RULES.md",
    "HOOKS.md",
    "INSTALL.md",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "cursor",
    "hooks",
    "agent",
    "ponytail",
    "doctrine",
    "step0"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kleosr/cursordoctrine.git"
  }
}
