{
  "name": "claude-code-kr",
  "version": "0.4.22",
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
  "main": "./index.js",
  "bin": {
    "cckr": "./bin/cc-kr.js",
    "claude-code-kr": "./bin/cc-kr.js"
  },
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js",
    "preuninstall": "node ./scripts/preuninstall.js",
    "test": "node test/patcher.test.js",
    "extract": "node scripts/extract.js --write",
    "find": "node scripts/extract.js"
  },
  "files": [
    "bin/",
    "lib/",
    "scripts/",
    "index.js",
    "!lib/locales/candidates.txt"
  ],
  "keywords": [
    "claude-code",
    "claude",
    "korean",
    "한글",
    "한글화",
    "slash-commands",
    "cli",
    "i18n",
    "l10n"
  ],
  "author": "shallwefootball",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shallwefootball/cc-kr.git"
  },
  "bugs": {
    "url": "https://github.com/shallwefootball/cc-kr/issues"
  },
  "homepage": "https://github.com/shallwefootball/cc-kr#readme",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@babel/parser": "^7.29.2"
  }
}
