koishi-plugin-minecraft-adapter
Version:
Minecraft adapter for Koishi
55 lines (54 loc) • 1.13 kB
JSON
{
"name": "koishi-plugin-minecraft-adapter",
"description": "Minecraft adapter for Koishi",
"version": "0.5.1-next.8",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/johntime2005/koishi-plugin-minecraft-adapter.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"koishi": "^4.17.9"
},
"dependencies": {
"rcon-client": "^4.2.5",
"ws": "^8.18.0"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"koishi",
"plugin",
"minecraft",
"rcon",
"websocket",
"adapter"
],
"koishi": {
"preview": true,
"service": {
"implements": [
"adapter"
]
},
"description": {
"en": "Minecraft adapter for Koishi with RCON and WebSocket support",
"zh": "Koishi Minecraft 适配器,支持 RCON 与 WebSocket"
}
}
}