qwerty-dubeolsik
Version:
⌨ This library allows you to easily convert Korean keys to English or English keys to Korean on a QWERTY keyboard.
64 lines (63 loc) • 1.79 kB
JSON
{
"name": "qwerty-dubeolsik",
"description": "⌨ This library allows you to easily convert Korean keys to English or English keys to Korean on a QWERTY keyboard.",
"version": "1.0.0",
"main": "dist/qwerty-dubeolsik.js",
"types": "dist/qwerty-dubeolsik.d.ts",
"exports": {
"require": "./dist/qwerty-dubeolsik.js",
"import": "./dist/qwerty-dubeolsik.mjs"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch --onlyChanged",
"eslint": "eslint 'src/**/*.ts'",
"build": "rm -rf ./dist && tsup --dts --minify",
"ts-check": "tsc --noEmit -p tsconfig.build.json",
"postinstall": "npx husky init",
"publish": "npm run build && npm publish",
"prepare": "husky"
},
"author": "Yongwoo Jung<stegano@naver.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@types/jest": "^29.4.0",
"@types/node": "^22.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^9.1.7",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"prettier": "^3.0.3",
"ts-jest": "^29.2.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"bugs": {
"url": "https://github.com/stegano/qwerty-dubeolsik/issues"
},
"keywords": [
"QWERTY",
"Kroean",
"English",
"Consonant",
"Diphthongs",
"Convert",
"Hangul",
"Alphabet",
"KSX5002",
"IME",
"Keyboard",
"Dubeolsik",
"한글",
"두벌식",
"키보드"
],
"homepage": "https://github.com/stegano/qwerty-dubeolsik#readme"
}