UNPKG

hangul-util

Version:
53 lines (52 loc) 1.33 kB
{ "name": "hangul-util", "version": "0.1.6", "author": { "name": "Jang Hyuk Soo", "email": "hyuksoo128@gmail.com" }, "description": "Korean Hangul Utils", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --colors", "build": "jest && tsc --build", "bundle": "npx webpack --mode production", "babel": "npx babel src --out-dir dist --extensions .ts --copy-files --verbose", "prepare": "jest && rm -rf dist && tsc --build && yarn babel && yarn bundle" }, "repository": { "type": "git", "url": "git+https://github.com/hyukson/hangul-util.git" }, "keywords": [ "Hangul", "javascript", "typescript", "korean", "sort", "distance", "match", "한글" ], "license": "MIT", "bugs": { "url": "https://github.com/hyukson/hangul-util/issues" }, "homepage": "https://github.com/hyukson/hangul-util#readme", "files": [ "dist" ], "devDependencies": { "@babel/cli": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@types/jest": "^29.4.0", "jest": "^29.5.0", "ts-jest": "^29.0.5", "typescript": "^4.9.5", "ts-loader": "^9.4.4", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }