koishi-plugin-minecraft-vc-.../package.json

34 lines
750 B
JSON
Raw Normal View History

2024-07-05 15:45:13 +08:00
{
"name": "koishi-plugin-minecraft-vc-rcon",
2024-07-05 17:09:19 +08:00
"description": "velocity和lls_manager的自助白名单添加",
"version": "1.0.0",
"contributors": [
"SharwOrange <kuliangcha@qq.com>"
],
2024-07-05 17:14:57 +08:00
"homepage": "https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon",
"repository": {
"type": "git",
2024-07-05 17:17:16 +08:00
"url": "https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon.git"
2024-07-05 17:14:57 +08:00
},
2024-07-05 15:45:13 +08:00
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
2024-07-05 17:09:19 +08:00
"license": "MPL-2.0",
2024-07-05 15:45:13 +08:00
"scripts": {},
"keywords": [
"chatbot",
"koishi",
2024-07-05 17:14:57 +08:00
"plugin",
"minecraft"
2024-07-05 15:45:13 +08:00
],
"peerDependencies": {
"koishi": "^4.17.9"
2024-07-05 17:09:19 +08:00
},
"dependencies": {
"rcon-client": "^4.2.4"
2024-07-05 15:45:13 +08:00
}
}