@lazy-cjk/korean-romanize
Version:
String conversion utility to romanize Korean characters
80 lines (79 loc) • 2.08 kB
JSON
{
"name": "@lazy-cjk/korean-romanize",
"version": "1.0.31",
"description": "String conversion utility to romanize Korean characters",
"keywords": [
"alphabet",
"choson'gul",
"chosŏn'gŭl",
"조선글",
"hangeul",
"han-geul",
"han'gŭl",
"hangul",
"한글",
"korean",
"language",
"한국어",
"romaja",
"로마자",
"romaji",
"rōmaji",
"ローマ字",
"romanization",
"로마자 표기법",
"로마자 변환기",
"transliteration",
"전자",
"轉字",
"unicode",
"유니코드"
],
"homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/@lazy-cjk/korean-romanize#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-regexp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-regexp.git",
"directory": "packages/@lazy-cjk/korean-romanize"
},
"license": "UNLICENSED",
"author": "James Moon <mooniker@gmail.com>",
"main": "index.js",
"bin": {
"romaja": "bin/cli.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"coverage": "yarn run test -- --coverage",
"test": "yarn run test:jest",
"test:jest": "jest",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "yarn run test",
"preversion_": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",
"postpublish_": "git commit -m \"chore(release): publish\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"tslib": ">=2"
},
"devDependencies": {
"unicode": "^14.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a6b408eb4b5e7006ebb9b37819a8809ee72c3535"
}