{
  "name": "@hakatashi/riichi-core",
  "version": "1.0.4",
  "description": "Riichi Mahjong game engine",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/summivox/riichi-core.git"
  },
  "keywords": [
    "Mahjong",
    "Riichi",
    "Game"
  ],
  "author": "summivox",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/summivox/riichi-core/issues"
  },
  "homepage": "https://github.com/summivox/riichi-core#readme",
  "dependencies": {
    "chai": "^4.2.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.merge": "^4.6.2",
    "performance-now": "^2.1.0"
  },
  "devDependencies": {
    "app-root-path": "^2.2.1",
    "chai-shallow-deep-equal": "^1.4.6",
    "fs-extra-promise": "^1.0.1",
    "globby": "^10.0.1",
    "istanbul": "^0.4.5",
    "livescript": "^1.6.0",
    "mocha": "^6.2.0"
  },
  "scripts": {
    "watch": "lsc -cw src/",
    "prepublish": "lsc -c src/ && npm test",
    "test": "mocha",
    "test-debug": "node-debug node_modules/mocha/bin/_mocha",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
  }
}
