UNPKG

japanese-string-utils

Version:

The utils convert Japanese strings to other forms, such as Hiragana, Katakana, Full-width, Half-width, numeric and others.

34 lines (33 loc) 883 B
{ "name": "japanese-string-utils", "version": "0.5.0", "author": "Yomotsu", "license": "MIT", "repository": "yomotsu/japanese-string-utils", "jsnext:main": "dist/japanese-string-utils.module.js", "module": "dist/japanese-string-utils.module.js", "main": "dist/japanese-string-utils.js", "types": "dist/index.d.ts", "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "downlevel-dts": "^0.11.0", "rollup": "^4.18.0", "terser": "^5.31.1", "tslib": "^2.6.3", "typescript": "^5.5.2" }, "scripts": { "dev": "rollup --config --watch", "build": "rollup --config && terser dist/japanese-string-utils.js -o dist/japanese-string-utils.min.js --comments '/^!/' && downlevel-dts . ." }, "keywords": [ "string", "japanese", "hiragana", "katakana", "kanji", "zenkaku", "hankaku", "convert" ] }