{
  "name": "seaball-converter",
  "version": "1.0.3",
  "description": "Converts mistakenly typed Korean (in English keyboard layout) into proper Hangul.",
  "keywords": [
    "hangul",
    "korean",
    "keyboard",
    "typo",
    "layout",
    "converter",
    "한글",
    "영타",
    "영문자판",
    "seaball"
  ],
  "homepage": "https://github.com/daanta-real/seaball-converter#readme",
  "bugs": {
    "url": "https://github.com/daanta-real/seaball-converter/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daanta-real/seaball-converter.git"
  },
  "license": "WTFPL",
  "author": "Daanta <daanta@naver.com> (https://github.com/daanta-real)",
  "type": "module",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest"
  },
  "dependencies": {
    "hangul-js": "^0.2.6"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
