{
  "name": "@tansuasici/claude-code-kit",
  "version": "1.20.0",
  "description": "Drop-in starter kit that turns Claude Code from eager intern to staff engineer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tansuasici/claude-code-kit.git"
  },
  "homepage": "https://github.com/tansuasici/claude-code-kit",
  "keywords": [
    "claude-code",
    "claude",
    "ai-coding",
    "agent-config",
    "CLAUDE.md",
    "AGENTS.md",
    "hooks",
    "skills",
    "developer-tools"
  ],
  "bin": {
    "cck": "bin/claude-code-kit.js"
  },
  "files": [
    "bin/",
    "agent_docs/",
    ".claude/",
    "tasks/",
    "scripts/",
    "examples/",
    "CLAUDE.md",
    "CLAUDE.project.md",
    "CODEBASE_MAP.md",
    "DESIGN.md",
    "WIKI.md",
    "ARTIFACTS.md",
    "wiki-module/",
    "html-module/",
    "install.sh",
    "uninstall.sh",
    "VERSION",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  }
}
