UNPKG

henkaku

Version:

Functions to convert UTF-8 characters between full-width 全角 and half-width 半角

45 lines (44 loc) 1.08 kB
{ "name": "henkaku", "version": "1.0.2", "description": "Functions to convert UTF-8 characters between full-width 全角 and half-width 半角", "keywords": [ "japanese", "katakana", "full-width", "half-width", "zenkaku", "hankaku" ], "author": "Kal.l", "license": "MIT", "main": "dist/index.js", "scripts": { "clean": "rimraf dist", "prebuild": "npm run clean", "build": "npm run lint && tsc --project tsconfig.build.json", "lint": "eslint src --ext .ts", "preversion": "npm run build", "postversion": "git push --follow-tags", "test": "vitest", "coverage": "vitest run --coverage" }, "files": [ "dist", "src" ], "devDependencies": { "@types/node": "^16.11.12", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "@vitest/coverage-c8": "^0.23.2", "eslint": "^8.23.1", "rimraf": "^3.0.2", "typescript": "^4.8.3", "vite": "^3.1.1", "vitest": "^0.23.2" }, "dependencies": { "can-npm-publish": "^1.3.6" } }