@kurikana/koishi-plugin-kurikana-motd
Version:
一个用于查询Minecraft服务器Motd的插件
30 lines (29 loc) • 642 B
JSON
{
"name": "@kurikana/koishi-plugin-kurikana-motd",
"description": "一个用于查询Minecraft服务器Motd的插件",
"version": "0.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"motd",
"koishi",
"minecraft"
],
"peerDependencies": {
"@ahdg/minecraftstatuspinger": "^1.1.5",
"@sfirew/minecraft-motd-parser": "^1.1.3",
"koishi": "^4.18.1",
"koishi-plugin-puppeteer": "^3.8.4"
},
"koishi": {
"hidden": true,
"description": {
"zh": "一个用于查询Minecraft服务器Motd的插件"
}
}
}