UNPKG

@daeinc/hangul

Version:
47 lines (46 loc) 998 B
{ "name": "@daeinc/hangul", "version": "0.10.0", "description": "Hangul utilities", "types": "./dist/index.d.ts", "main": "./dist/index.js", "type": "module", "files": [ "/dist" ], "scripts": { "watch": "tsc --watch", "test": "vitest", "demo": "vite ./demo", "build": "tsc --noemit && tsup", "prepublishOnly": "npm run build" }, "author": "Daeinc", "license": "MIT", "dependencies": { "es-hangul": "^2.3.5" }, "devDependencies": { "esbuild-plugin-license": "^1.2.3", "tsup": "^8.5.0", "typescript": "^5.8.3", "vite": "^7.0.5", "vitest": "^3.2.4" }, "keywords": [ "hangul", "hangeul" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/cdaein/hangul.git" }, "bugs": { "url": "https://github.com/cdaein/hangul/issues" }, "homepage": "https://github.com/cdaein/hangul#readme" }