{
  "name": "hangulx",
  "version": "0.6.5",
  "description": "Providing various utilities for Hangul",
  "author": "Kwon Kyung-Min <powfix@gmail.com>",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/powfix/hangulx"
  },
  "keywords": [
    "alphabet",
    "hangul",
    "hangeul",
    "language",
    "korean",
    "syllable",
    "jamo",
    "consonant",
    "vowel",
    "한글",
    "자음",
    "모음"
  ],
  "homepage": "https://github.com/powfix/hangulx",
  "license": "MIT",
  "main": "dist/index.js",
  "browser": "hangulx.min.js",
  "module": "dist-esm/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist dist-esm hangulx.js hangulx.js.map hangulx.min.js hangulx.min.js.map",
    "build": "yarn clean && yarn build:dist && yarn build:dist-esm && yarn build:bundle",
    "build:dist": "tsc",
    "build:dist-esm": "tsc -m es6 --outDir dist-esm",
    "build:bundle": "webpack",
    "test": "jest --verbose=false",
    "test:ci": "jest --ci"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.25.9",
    "@babel/preset-env": "^7.25.9",
    "@babel/preset-typescript": "^7.25.9",
    "@types/jest": "^29.5.14",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "terser-webpack-plugin": "^5.3.10",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "5.1.6",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {}
}
