@koozaki/romaji-conv
Version:
Convert romaji into kana
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "@koozaki/romaji-conv",
"version": "2.0.32",
"description": "Convert romaji into kana",
"keywords": [
"romaji",
"kana",
"hiragana",
"katakana",
"nihongo",
"japanese",
"convert",
"ローマ字",
"かな",
"ひらがな",
"カタカナ"
],
"homepage": "https://romaji-conv.koozaki.com/",
"bugs": {
"url": "https://github.com/koozaki/romaji-conv/issues/new?assignees=koozaki&labels=bug&template=bug_report.md",
"email": "koujirou0111@gmail.com"
},
"repository": "git@github.com:koozaki/romaji-conv.git",
"license": "MIT",
"author": {
"name": "Kojiro Ozaki",
"email": "koujirou0111@gmail.com",
"url": "https://koozaki.com/"
},
"main": "lib/index.js",
"bin": "bin/romaji-conv.js",
"scripts": {
"build": "run-s lint prettier test webpack",
"lint": "eslint ./bin/ ./lib/",
"prettier": "prettier --write .",
"tdd": "jest --watchAll --coverage --verbose",
"test": "jest --coverage --verbose",
"webpack": "webpack"
},
"dependencies": {
"commander": "^14.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.7",
"@babel/preset-env": "^7.27.2",
"babel-loader": "^10.0.0",
"eslint": "^9.30.0",
"globals": "^16.2.0",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}