{
  "name": "normalize-cjk",
  "version": "0.5.0",
  "license": "MIT",
  "type": "module",
  "homepage": "https://github.com/daangn/normalize-cjk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daangn/normalize-cjk.git"
  },
  "keywords": [
    "unicode",
    "cjk",
    "chinese",
    "japanese",
    "korean",
    "hangul",
    "hiragana",
    "katakana"
  ],
  "author": {
    "name": "Danggeun Market Inc.",
    "email": "daangn-oss@daangn.com"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "main": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.cjs",
      "import": "./lib/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "prepack": "yarn build --clean",
    "test": "node --test",
    "build": "nanobundle build"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.7",
    "@types/node": "^24.5.2",
    "nanobundle": "^2.1.0",
    "typescript": "^5.9.2"
  },
  "packageManager": "yarn@4.10.3"
}