{
  "name": "koishi-plugin-cchess",
  "description": "Koishi 的中国象棋插件。支持人人/人机对战。",
  "version": "1.0.6",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "koishi": {
    "service": {
      "required": [
        "database",
        "puppeteer",
        "canvas"
      ]
    }
  },
  "license": "MIT OR Apache-2.0",
  "author": "Nawyjx <3373167460@qq.com>",
  "homepage": "https://www.npmjs.com/package/koishi-plugin-cchess?activeTab=readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/araea/koishi-plugin-cchess.git"
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "cchess",
    "pikafish",
    "chinese-chess",
    "xiangqi",
    "象棋",
    "中国象棋",
    "皮卡鱼",
    "引擎",
    "AI",
    "人机",
    "对弈",
    "对战"
  ],
  "peerDependencies": {
    "koishi": "^4.18.9"
  },
  "devDependencies": {
    "@koishijs/canvas": "^0.2.0",
    "koishi-plugin-puppeteer": "^3.9.0"
  }
}
