koishi-plugin-minecraft-vc-.../package.json
2024-07-05 17:09:19 +08:00

29 lines
546 B
JSON

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