hangul-romanize
Version:
Romanize Hangul
56 lines (55 loc) • 1.51 kB
JSON
{
"name": "hangul-romanize",
"version": "0.3.2",
"description": "Romanize Hangul",
"author": "Kwon Kyung-Min <powfix@gmail.com>",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/powfix/hangul-romanize"
},
"keywords": [
"alphabet",
"hangul",
"hangeul",
"language",
"korean",
"romanize",
"romanization",
"로마자",
"로마자 표기법",
"한글"
],
"homepage": "https://github.com/powfix/hangul-romanize",
"license": "MIT",
"main": "dist/index.js",
"browser": "hangul-romanize.min.js",
"module": "dist-esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist dist-esm hangul-romanize.js hangul-romanize.js.map hangul-romanize.min.js hangul-romanize.min.js.map",
"build": "yarn clean && yarn build:dist && yarn build:dist-esm && yarn build:bundle",
"build:dist": "tsc",
"build:dist-esm": "tsc -m es6 --outDir dist-esm",
"build:bundle": "webpack",
"test": "jest --verbose=false",
"test:ci": "jest --ci"
},
"dependencies": {
"hangulx": ">=0.6.3"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.1.6",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}