{
  "name": "chess-opening-book-reader",
  "version": "0.1.0",
  "description": "Chess opening book reader",
  "type": "module",
  "scripts": {
    "main": "index.js",
    "test": "mocha --timeout 60000 test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gmcheems-org/chess-opening-book-reader.git"
  },
  "browserslist": "> 0.25%, not dead",
  "keywords": [
    "chess",
    "polyglot",
    "opening book",
    "pgn",
    "chess openings",
    "fen",
    "epd",
    "eco",
    "abk",
    "uci",
    "ctg",
    "xboard",
    "winboard",
    "chessbase"
  ],
  "author": "GM Cheems <gmcheems@proton.me>",
  "contributors": [
    {
      "name": "John Fontaine",
      "email": "jsfontaine@gmail.com",
      "url": "https://www.johnfontaine.com/"
    }
  ],
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/gmcheems-org/chess-opening-book-reader/issues"
  },
  "homepage": "https://github.com/gmcheems-org/chess-opening-book-reader#readme",
  "devDependencies": {
    "@babel/eslint-parser": "^7.18.9",
    "@babel/preset-env": "^7.18.10",
    "eslint": "^8.21.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-unicorn": "^43.0.2",
    "mocha": "^3.5.3",
    "prettier": "^2.7.1",
    "should": "^13.2.1"
  },
  "dependencies": {
    "chess.js": "^0.13.4",
    "events": "^3.3.0",
    "int64-buffer": "1.0.0"
  }
}
