{
  "name": "koishi-plugin-shandian",
  "description": "闪电小游戏",
  "version": "0.0.1",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LingLambda/shandian.git"
  },
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "game",
    "三国杀",
    "闪电",
    "娱乐"
  ],
  "peerDependencies": {
    "koishi": "^4.10"
  }
}