{
  "name": "@mogamoga1024/typing-jp",
  "version": "1.2.4",
  "description": "タイピングゲームのローマ字入力を判定するライブラリ",
  "main": "main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mogamoga1024/typing-jp"
  },
  "bugs": {
    "url": "https://github.com/mogamoga1024/typing-jp/issues"
  },
  "homepage": "https://github.com/mogamoga1024/typing-jp",
  "keywords": [
    "typing",
    "game",
    "japanese"
  ],
  "author": "mogamoga1024",
  "license": "(MIT OR WTFPL)",
  "dependencies": {
    "moji": "^0.5.1"
  },
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/preset-env": "^7.24.5",
    "babel-loader": "^9.1.3",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4"
  },
  "scripts": {
    "start": "npx webpack serve --open",
    "build": "npx webpack",
    "start-test": "npx webpack serve --open --config webpack.config.test.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
