UNPKG

koishi-plugin-mc-tools

Version:

我的世界(Minecraft/MC)工具。支持查询MCWiki/MCMod/CurseForge/Modrinth、服务器信息、最新版本和玩家皮肤;推送MC更新通知,运行命令等

51 lines (50 loc) 1.11 kB
{ "name": "koishi-plugin-mc-tools", "description": "我的世界(Minecraft/MC)工具。支持查询MCWiki/MCMod/CurseForge/Modrinth、服务器信息、最新版本和玩家皮肤;推送MC更新通知,运行命令等", "version": "2.2.20", "contributors": [ "Yis_Rime <yis_rime@outlook.com>" ], "homepage": "https://github.com/YisRime/koishi-plugin-mc-tools", "repository": { "type": "git", "url": "git+https://github.com/YisRime/koishi-plugin-mc-tools.git" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "license": "GPL-3.0", "keywords": [ "chatbot", "koishi", "plugin", "minecraft", "mc", "tool", "wiki", "skin", "server", "info", "rcon", "mcmod", "CurseForge", "Modrinth", "我的世界", "MC百科" ], "devDependencies": { "koishi-plugin-puppeteer": "^3.5.2" }, "peerDependencies": { "koishi": "^4.18.7" }, "dependencies": { "axios": "^1.4.0", "cheerio": "^1.0.0", "rcon-client": "^4.2.3", "ws": "^8.13.0" } }