UNPKG

@romanize/korean

Version:

Romanize Korean Hangul

31 lines (30 loc) 740 B
{ "name": "@romanize/korean", "version": "0.1.3", "description": "Romanize Korean Hangul", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "package.json" ], "scripts": { "build": "bunup src/index.ts --dts --splitting --minify --sourcemap=linked", "coverage": "bun test --coverage", "ci:coverage": "bun test --coverage --coverage-reporter=lcov", "deploy": "bun run build && bun publish --access public" }, "author": "Kenneth Tang <kntng@kntng.dev>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kntng/romanize" }, "keywords": [ "korean", "romanize", "hangul", "romanization", "revised romanization" ] }