UNPKG

romaji2kana

Version:
45 lines (44 loc) 1.01 kB
{ "name": "romaji2kana", "version": "0.1.2", "description": "Convert romaji strings into kana", "main": "./dist/bundle.js", "bin": { "romaji2kana": "cli.js" }, "scripts": { "start": "webpack --mode development --watch", "build": "webpack --mode production", "postinstall": "npm run build", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/rikuson/romaji2kana.git" }, "keywords": [ "japanese", "hiragana", "kana", "romaji", "roma", "convert" ], "author": "rikson <en3j7v@bma.biglobe.ne.jp>", "license": "MIT", "bugs": { "url": "https://github.com/rikuson/romaji2kana/issues" }, "homepage": "https://github.com/rikuson/romaji2kana#readme", "dependencies": { "@babel/core": "^7.11.4", "@babel/preset-env": "^7.11.0", "babel-loader": "^8.1.0", "yargs": "^15.4.1", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "devDependencies": { "mocha": "^8.1.3" } }