UNPKG

koroman

Version:

KOROMAN: Korean Romanizer with pronunciation rules based on 국립국어원 표기법

56 lines (55 loc) 1.27 kB
{ "name": "koroman", "version": "1.0.12", "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 test/js/test_koroman.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" } }