{
  "name": "koishi-plugin-chess",
  "description": "Playing chess games in Koishi",
  "version": "4.3.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "author": "Shigma <shigma10826@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koishijs/koishi-plugin-chess.git"
  },
  "bugs": {
    "url": "https://github.com/koishijs/koishi-plugin-chess/issues"
  },
  "homepage": "https://github.com/koishijs/koishi-plugin-chess",
  "scripts": {
    "build": "atsc -b"
  },
  "keywords": [
    "bot",
    "chatbot",
    "koishi",
    "plugin",
    "chess",
    "game",
    "go",
    "gomoku",
    "othello"
  ],
  "koishi": {
    "category": "game",
    "description": {
      "en": "Chess games (go, gomoku, othello)",
      "zh": "棋类游戏 (围棋，五子棋，黑白棋)"
    },
    "service": {
      "optional": [
        "database",
        "puppeteer"
      ]
    }
  },
  "peerDependencies": {
    "koishi": "^4.15.6",
    "koishi-plugin-puppeteer": "^3.7.3"
  },
  "peerDependenciesMeta": {
    "koishi-plugin-puppeteer": {
      "optional": true
    }
  },
  "devDependencies": {
    "@koishijs/plugin-help": "^2.4.0",
    "@types/node": "^17.0.45",
    "atsc": "^1.2.2",
    "koishi": "^4.15.6",
    "koishi-plugin-puppeteer": "^3.7.3",
    "typescript": "^5.3.2"
  }
}