@sphekes/koishi-plugin-palctrl
Version:
A simple extension to manage PalWorld Server
48 lines (47 loc) • 940 B
JSON
{
"name": "@sphekes/koishi-plugin-palctrl",
"description": "A simple extension to manage PalWorld Server",
"contributors": [
"Sphekes <sphekes@qq.com>"
],
"version": "0.0.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"palworld"
],
"devDependencies": {
"@types/ping": "^0.4.4"
},
"peerDependencies": {
"koishi": "^4.0.0"
},
"dependencies": {
"nodejs-winrm": "^1.1.3",
"ping": "^0.4.4"
},
"koishi": {
"description": {
"en": "A simple extension to manage PalWorld Server",
"zh": "帕鲁服务器控制,改自https://github.com/Noob-Biosphere/KOISHI-PalworldSever-Bot/"
},
"service": {
"required": [
"http"
]
},
"locales": ["zh"],
"preview": true
},
"publishConfig": {
"access": "public"
}
}