{
  "name": "@mychess/openings",
  "version": "1.0.0-rc.1",
  "description": "Chess openings.",
  "main": "index.js",
  "devDependencies": {
    "@types/chess.js": "^0.10.0",
    "@types/node": "^11.13.6",
    "colors": "^1.3.3",
    "fs-extra": "^7.0.1",
    "node-watch": "^0.6.2",
    "task-scheduling": "^1.0.0-rc.10",
    "typescript": "^3.4.4"
  },
  "scripts": {
    "build": "node dev.js build",
    "clean": "node dev.js clean",
    "copy": "node dev.js copy",
    "watch": "node dev.js watch"
  },
  "keywords": [
    "typescript",
    "ts",
    "chess",
    "eco",
    "openings",
    "opening"
  ],
  "author": {
    "name": "FreeIntelligence",
    "email": "free04381@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/my-chess/openings.git"
  },
  "bugs": {
    "url": "https://github.com/my-chess/openings/issues"
  },
  "homepage": "https://github.com/my-chess/openings#readme",
  "license": "ISC",
  "dependencies": {
    "chess.js": "^0.10.2"
  }
}
