{
  "name": "ngx-chessground",
  "version": "21.2.12",
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "chess.js": "1.4.0",
    "chessground": "9.2.1",
    "snabbdom": "3.6.3",
    "fzstd": "^0.1.1",
    "jszip": "^3.10.1"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/topce/ngx-chessground.git"
  },
  "keywords": [
    "angular",
    "chess",
    "pgn",
    "fen",
    "chessground",
    "chess.js",
    "lichess"
  ],
  "author": "topce",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/topce/ngx-chessground/issues"
  },
  "homepage": "https://github.com/topce/ngx-chessground#readme",
  "module": "fesm2022/ngx-chessground.mjs",
  "typings": "types/ngx-chessground.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-chessground.d.ts",
      "default": "./fesm2022/ngx-chessground.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}