-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 941 Bytes
/
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
47
{
"name": "koishi-plugin-adapter-red",
"description": "Red Protocol Adapter for Koishi",
"version": "3.2.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "AGPL-3.0",
"keywords": [
"chatbot",
"koishi",
"adapter",
"red",
"bot",
"protocol",
"robotics"
],
"repository": {
"type": "git",
"url": "https://github.com/idranme/koishi-plugin-adapter-red.git"
},
"bugs": {
"url": "https://github.com/idranme/koishi-plugin-adapter-red/issues"
},
"peerDependencies": {
"koishi": "^4.17.7"
},
"devDependencies": {
"@koishijs/plugin-server": "^3.2.3",
"koishi-plugin-ffmpeg": "^1.1.0",
"koishi-plugin-silk": "^1.3.1"
},
"koishi": {
"description": {
"zh": "Red 协议适配器",
"en": "Red Protocol Adapter"
},
"service": {
"implements": [
"adapter"
]
}
}
}