koroman
Version:
KOROMAN: Korean Romanizer with pronunciation rules based on 국립국어원 표기법
65 lines (64 loc) • 1.49 kB
JSON
{
"name": "koroman",
"version": "1.0.16",
"description": "KOROMAN: Korean Romanizer with pronunciation rules based on 국립국어원 표기법",
"main": "src/koroman.cjs",
"module": "src/koroman.mjs",
"types": "src/koroman.d.ts",
"type": "module",
"exports": {
".": {
"import": "./src/koroman.mjs",
"require": "./src/koroman.cjs",
"types": "./src/koroman.d.ts"
}
},
"files": [
"src/koroman.mjs",
"src/koroman.cjs",
"src/koroman.d.ts",
"src/koroman.core.js"
],
"scripts": {
"test": "node tests/test_koroman.js",
"build": "rollup -c rollup.config.js"
},
"author": {
"name": "Donghe Youn",
"email": "gerosyab@gmail.com",
"url": "https://daissue.app/romanizer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerosyab/koroman.git"
},
"keywords": [
"korean",
"romanizer",
"romanization",
"hangul",
"transliteration",
"linguistics",
"korean romanizer",
"korean romanization",
"korean transliteration",
"korean linguistics",
"koroman",
"로마자",
"로마자표기",
"로마자표기법",
"로마자변환",
"로마자 변환",
"한글",
"한글 로마자",
"한글 로마자 변환"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gerosyab/koroman/issues"
},
"homepage": "https://github.com/gerosyab/koroman#readme",
"devDependencies": {
"rollup": "^4.39.0"
}
}