{
  "name": "chess-fen2img-2",
  "version": "1.1.0",
  "description": "Generate ChessBoards like chess.com & lichess through FEN, PGN & more",
  "main": "src/index.js",
  "types": "src",
  "scripts": {
    "test": "node ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevFortress-Inc/chess-fen2img.git"
  },
  "keywords": [
    "Chess",
    "GIF",
    "PNG",
    "JPG",
    "Image"
  ],
  "author": "Adib Hoque",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DevFortress-Inc/chess-fen2img/issues"
  },
  "homepage": "https://github.com/DevFortress-Inc/chess-fen2img",
  "dependencies": {
    "canvas": "^3.2.0 ",
    "canvas-to-buffer": "^3.1.1",
    "chess.js": "^1.4.0"
  },
  "devDependencies": {
    "eslint": "^7.10.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.1"
  }
}
