{
  "name": "@mrlhumphreys/jxiangqi",
  "author": "Mark Humphreys <mark@mrlhumphreys.com> (https://github.com/mrlhumphreys)",
  "description": "Xiangqi game state and move validation",
  "version": "0.1.0",
  "main": "lib/index.js",
  "keywords": [
    "Xiangqi",
    "Game",
    "Board Game"
  ],
  "license": "MIT",
  "homepage": "https://github.com/mrlhumphreys/jxiangqi",
  "bugs": {
    "url": "https://github.com/mrlhumphreys/jxiangqi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mrlhumphreys/jxiangqi"
  },
  "scripts": {
    "build": "./node_modules/.bin/babel -s inline -d lib src",
    "test": "./node_modules/.bin/jest",
    "release": "./scripts/release.sh"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "babel-jest": "^24.1.0",
    "jest": "^24.1.0"
  },
  "dependencies": {
    "@mrlhumphreys/jboardgame": "2.0.12"
  }
}
