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

29 lines
546 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>"
],
"homepage": "https://example.com",
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",
"plugin"
],
"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
}
}