34 lines
750 B
JSON
34 lines
750 B
JSON
{
|
|
"name": "koishi-plugin-minecraft-vc-rcon",
|
|
"description": "velocity和lls_manager的自助白名单添加",
|
|
"version": "1.0.0",
|
|
"contributors": [
|
|
"SharwOrange <kuliangcha@qq.com>"
|
|
],
|
|
"homepage": "https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon.git"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"scripts": {},
|
|
"keywords": [
|
|
"chatbot",
|
|
"koishi",
|
|
"plugin",
|
|
"minecraft"
|
|
],
|
|
"peerDependencies": {
|
|
"koishi": "^4.17.9"
|
|
},
|
|
"dependencies": {
|
|
"rcon-client": "^4.2.4"
|
|
}
|
|
}
|