{
  "name": "koishi-plugin-wheel-fortune",
  "version": "0.1.0",
  "description": "一个灵活可配置的转盘/轮盘抽奖 Koishi 插件。",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "author": {
    "name": "WhiteBr1ck",
    "url": "https://github.com/WhiteBr1ck"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WhiteBr1ck/koishi-plugin-wheel-fortune.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf lib"
  },
  "keywords": [
    "koishi",
    "plugin",
    "turntable",
    "wheel",
    "fortune",
    "roulette",
    "decider",
    "转盘",
    "轮盘",
    "抽奖"
  ],
    "koishi": {
    "service": {
      "required": [
        "puppeteer"
      ]
    },
    "description": {
      "zh": "一个灵活可配置的轮盘抽奖/幸运转盘插件。"
    }
  },
  "peerDependencies": {
    "koishi": "^4.18.7",
    "koishi-plugin-puppeteer": "*"
  }
}