{
  "name": "xchess",
  "version": "1.15.1",
  "description": "Chess Engine",
  "main": "lib/index.js",
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./pgn": "./lib/pgn/index.js"
  },
  "keywords": [
    "chess",
    "fen"
  ],
  "author": "Aika",
  "license": "ISC"
}
