@spotxyz/hangul-romanization
Version:
Romanizes Hangul (Korean) characters
29 lines • 617 B
JSON
{
"name": "@spotxyz/hangul-romanization",
"version": "1.0.3",
"description": "Romanizes Hangul (Korean) characters",
"keywords": [
"korean",
"hangul",
"unicode"
],
"repository": "https://github.com/spotxyz/hangul-romanization",
"license": "MIT",
"author": "Tyriar",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"typescript": "^4.5.3"
},
"packageManager": "yarn@3.2.2",
"publishConfig": {
"access": "public"
}
}