{
  "name": "cm-chess",
  "version": "3.6.3",
  "description": "It's like chess.js, but in ES6 and can handle variations (tree-structured move history)",
  "main": "./src/Chess.js",
  "type": "module",
  "scripts": {
    "test": "echo request test/index.html in a browser for testing"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaack/cm-chess.git"
  },
  "keywords": [
    "ES6",
    "JavaScript",
    "JS",
    "chess"
  ],
  "author": "https://shaack.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shaack/cm-chess/issues"
  },
  "homepage": "https://github.com/shaack/cm-chess#readme",
  "dependencies": {
    "chess.mjs": "^2.3.2",
    "cm-pgn": "4.0.6"
  },
  "devDependencies": {
    "teevi": "^2.3.0"
  }
}
