{
  "name": "skalpel",
  "version": "4.0.3",
  "description": "Behavioral graph for AI-assisted coding — learns how you work and steers Claude Code + Codex in real time.",
  "type": "module",
  "bin": {
    "skalpel": "skalpel-setup.mjs"
  },
  "scripts": {
    "postinstall": "node postinstall.mjs || true"
  },
  "files": [
    "*.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "codex",
    "ai",
    "productivity",
    "behavioral-analytics"
  ],
  "license": "UNLICENSED",
  "homepage": "https://skalpel.ai"
}
