catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-mcinfo", | "name": "koishi-plugin-mcinfo", | ||
| "description": "Koishi 的 Minecraft 服务器信息查询插件。", | "description": "Koishi plugin for Minecraft server MOTD query.", | ||
| "version": "1.2.1", | "version": "1.2.1", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | "types": "dist/src/index.d.ts", | ||
| ... | @@ -27,12 +27,12 @@ | ... | @@ -27,12 +27,12 @@ |
| }, | }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-mcinfo", | "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-mcinfo", | ||
| "dependencies": { | "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | "koishi-thirdeye": "^9.2.4", | ||
| "minecraft-protocol": "^1.30.0", | "minecraft-protocol": "^1.30.0", | ||
| "source-map-support": "^0.5.21" | "source-map-support": "^0.5.21" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.4.0" | "koishi": "^4.4.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
| ... | ... |
Please register or sign in to comment