{
  "name": "create-claude-cabinet",
  "version": "0.58.1",
  "description": "Claude Cabinet — opinionated process scaffolding for Claude Code projects",
  "bin": {
    "create-claude-cabinet": "bin/create-claude-cabinet.js"
  },
  "files": [
    "bin/",
    "lib/",
    "templates/",
    "!**/__pycache__",
    "!**/*.pyc"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "scaffolding",
    "process",
    "ai",
    "workflow"
  ],
  "author": "Oren Magid",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orenmagid/claude-cabinet.git"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test test/**/*.test.js templates/**/__tests__/*.test.mjs",
    "prepublishOnly": "node -e \"if (!process.env.CC_ALLOW_PUBLISH) { console.error('\\n\\u2717 Use /cc-publish (which runs the mandatory consumer-walk), not raw npm publish.\\n  Raw npm publish on v0.27.1 left every consumer stale on v0.26.\\n  To publish manually anyway, set CC_ALLOW_PUBLISH=1.\\n'); process.exit(1); }\""
  },
  "dependencies": {
    "better-sqlite3": "^12.8.0",
    "prompts": "^2.4.2"
  }
}
