koishi-plugin-statistical-ranking
Version:
统计所有命令使用和成员发言记录,支持筛选展示列表,可以切换文本和图片两种展示形式
41 lines (40 loc) • 916 B
JSON
{
"name": "koishi-plugin-statistical-ranking",
"description": "统计所有命令使用和成员发言记录,支持筛选展示列表,可以切换文本和图片两种展示形式",
"version": "1.9.0",
"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": "GPL-3.0",
"scripts": {},
"keywords": [
"chatbot",
"koishi",
"plugin",
"stat",
"statistics",
"ranking",
"command",
"message",
"group",
"user",
"platform"
],
"devDependencies": {
"koishi-plugin-puppeteer": "^3.5.2"
},
"peerDependencies": {
"koishi": "^4.18.7"
}
}