koishi-plugin-mc-status-bot
Version:
43 lines (42 loc) • 801 B
JSON
{
"name": "koishi-plugin-mc-status-bot",
"description": "轻松获取我的世界服务器信息",
"version": "1.1.1",
"contributors": [
"wncf"
],
"homepage": "https://github.com/wncf/koishi-plugin-mc-status-bot",
"repository": {
"type": "git",
"url": "git+https://github.com/wncf/koishi-plugin-mc-status-bot.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"mcbot",
"mc-status-bot",
"mc",
"minecraft",
"koishi",
"plugin"
],
"koishi": {
"service": {
"required": [
"database"
]
}
},
"peerDependencies": {
"koishi": "^4.17.9"
},
"dependencies": {
"minecraft-server-util": "^5.4.4",
"varint": "^6.0.0"
}
}