{
  "name": "@skalpelai/prosumer-hook",
  "//version": "CI-managed — do NOT hand-edit. publish-prosumer-hook.yml derives (latest-on-npm + 1 patch) at publish time; this stays 0.0.0. See RELEASE_RUNBOOK.md.",
  "version": "0.3.20",
  "description": "The lightweight Skalpel client for Claude Code / Codex. Sign in with Google, and each prompt is relayed to your hosted behavioral graph so the retrieved 'worked-vs-thrashed' fork is injected back into the model. No engine, no Python, no daemon, no binary — pure Node, so it runs wherever Claude Code runs (mac/linux/windows). Fail-open.",
  "type": "module",
  "bin": {
    "prosumer-hook": "setup.mjs",
    "skalpel-prosumer": "setup.mjs",
    "skalpel-prosumer-login": "login.mjs",
    "skalpel-prosumer-hook": "skalpel-hook.mjs",
    "skalpel-prosumer-hook-session": "skalpel-hook-session.mjs"
  },
  "//files": "Must list every file install.mjs stages into ~/.skalpel/hooks — a file that is copied but not published is absent from the tarball, and staging aborts mid-way. install.test.mjs pins this.",
  "files": [
    "postinstall.mjs",
    "skalpel-hook.mjs",
    "skalpel-hook-session.mjs",
    "skalpel-statusline.mjs",
    "metrics.mjs",
    "stats.mjs",
    "login.mjs",
    "auth.mjs",
    "install.mjs",
    "setup.mjs"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node postinstall.mjs",
    "install-hook": "node install.mjs",
    "test": "node --test install.test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skalpelai/skalpel-v3.git",
    "directory": "prosumerV0/skalpel/client"
  },
  "keywords": [
    "claude-code",
    "codex",
    "hook",
    "behavioral",
    "skalpel"
  ],
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  }
}
