-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "koishi-plugin-minecraft-sync-msg",
"description": "v2.x更换为Websocket协议",
"version": "2.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://blog.iin0.cn/views/myblog/mc/koishiandmc.html",
"repository": {
"type": "git",
"url": "git+https://github.com/Twiyin0/koishi-plugin-minecraft-sync-msg.git"
},
"contributors": [
"Twiyin0 <twiyin0@outlook.com>"
],
"koishi": {
"browser": true,
"description": {
"en": "A simple websocket communication for MC message interconnection (please stop the plugin before updating)",
"zh": "使用鹊桥插件/MOD桥接的Websocket消息互联插件(更新前请停止插件)"
}
},
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"minecraft",
"mc互联",
"mc"
],
"peerDependencies": {
"koishi": "^4.14.0"
},
"dependencies": {
"rcon-client": "^4.2.4",
"ws": "^8.18.0"
},
"devDependencies": {
"rcon-client": "^4.2.4",
"ws": "^8.18.0"
}
}