{
  "name": "koishi-plugin-statistical-ranking",
  "description": "统计命令使用和成员发言记录，支持分命令/群组/用户统计，支持统计发言排行，支持输出图片",
  "version": "2.5.1",
  "contributors": [
    "Yis_Rime <yis_rime@outlook.com>"
  ],
  "homepage": "https://github.com/YisRime/koishi-plugin-statistical-ranking",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YisRime/koishi-plugin-statistical-ranking.git"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "AGPL-3.0-only",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "stat",
    "statistics",
    "ranking",
    "command",
    "message",
    "group",
    "user",
    "platform"
  ],
  "devDependencies": {
    "koishi-plugin-puppeteer": "^3.5.2",
    "koishi-plugin-cron": "^3.0.0"
  },
  "peerDependencies": {
    "koishi": "^4.18.7"
  }
}
