koishi-plugin-ddrace
Version:
DDRaceNetwork 玩家和地图数据查询,支持文本和图片两种展示方式
35 lines (34 loc) • 756 B
JSON
{
"name": "koishi-plugin-ddrace",
"description": "DDRaceNetwork 玩家和地图数据查询,支持文本和图片两种展示方式",
"version": "1.4.0",
"contributors": [
"Yis_Rime <yis_rime@outlook.com>"
],
"homepage": "https://github.com/YisRime/koishi-plugin-ddrace",
"repository": {
"type": "git",
"url": "git+https://github.com/YisRime/koishi-plugin-ddrace.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "GPL-3.0",
"keywords": [
"chatbot",
"koishi",
"plugin",
"ddrace",
"ddnet",
"ddrace-network"
],
"devDependencies": {
"koishi-plugin-puppeteer": "^3.5.2"
},
"peerDependencies": {
"koishi": "^4.18.7"
}
}