{ "name": "koishi-plugin-minecraft-vc-rcon", "description": "velocity和lls_manager的自助白名单添加", "version": "1.0.0", "contributors": [ "SharwOrange " ], "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" } }