{
  "name": "ygocore",
  "version": "0.3.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/ghlin/node-ygocore"
  },
  "description": "[WIP] bindings for ygocore (https://github.com/Fluorohydride/ygopro-core)",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "keywords": [
    "ygopro",
    "yu-gi-oh",
    "ygopro-core",
    "ygo"
  ],
  "author": "ghlin <2012.2.9.ghl@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "nan": "^2.11.1",
    "ygocore-interface": "^0.2.0"
  },
  "devDependencies": {
    "@types/node": "^10.12.10",
    "tslint": "^5.11.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.1.6"
  }
}
