{
  "name": "hangul-util",
  "version": "1.0.0",
  "author": {
    "name": "Jang Hyuk Soo",
    "email": "hyuksoo128@gmail.com"
  },
  "description": "Korean Hangul Utils - 한글 자모 분리/결합, 초성검색, 발음변환, 로마자변환, 조사처리, 숫자한글변환 등 종합 한글 유틸리티",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "sideEffects": false,
  "scripts": {
    "test": "jest --colors",
    "build": "tsup",
    "prepare": "jest && tsup"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyukson/hangul-util.git"
  },
  "keywords": [
    "hangul",
    "korean",
    "한글",
    "초성",
    "choseong",
    "jamo",
    "자모",
    "조사",
    "josa",
    "발음",
    "pronounce",
    "romanize",
    "로마자",
    "typescript",
    "javascript",
    "sort",
    "distance",
    "match",
    "search",
    "typing",
    "number",
    "counter"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hyukson/hangul-util/issues"
  },
  "homepage": "https://github.com/hyukson/hangul-util#readme",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.0.5",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  }
}
