{
  "name": "@tansuasici/claude-code-kit",
  "version": "1.21.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"
  },
  "scripts": {
    "test": "npm run bench && npm run test:install && npm run test:cli",
    "bench": "bash scripts/run-bench.sh",
    "test:install": "bash scripts/test-install.sh",
    "test:cli": "bash scripts/test-cli.sh",
    "lint:skills": "bash scripts/validate-skills.sh",
    "check:manifest": "bash scripts/sync-manifest.sh --check",
    "check:strict-settings": "bash scripts/gen-strict-settings.sh --check",
    "check:agents-md": "bash scripts/gen-agents-md.sh . && git diff --exit-code -- AGENTS.md",
    "check": "npm run check:manifest && npm run check:strict-settings && npm run check:agents-md && npm run lint:skills"
  },
  "files": [
    "bin/",
    "agent_docs/",
    ".claude/",
    "tasks/",
    "scripts/lib/manifest.sh",
    "scripts/convert.sh",
    "scripts/doctor.sh",
    "scripts/gen-agents-md.sh",
    "scripts/lesson-graph.sh",
    "scripts/lesson-resurface.sh",
    "scripts/migrate-lessons.sh",
    "scripts/note.sh",
    "scripts/statusline.sh",
    "scripts/validate-skills.sh",
    "scripts/validate.sh",
    "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"
  }
}
