-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 911 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
{
"name": "koishi-plugin-memebox",
"description": "Use Koishi bots to view pictures in MemeBox based website",
"version": "0.1.4",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"author": "student_2333 <lgc2333@126.com>",
"license": "MIT",
"homepage": "https://github.com/lgc-KoiDev/koishi-plugin-memebox",
"keywords": [
"chatbot",
"koishi",
"plugin",
"meme",
"memebox"
],
"koishi": {
"description": {
"zh": "针对基于 MemeBox 的梗图网站的一站式解决方案,随时查看群友语录"
},
"service": {
"required": [
"http",
"cron"
],
"implements": [
"memebox"
]
},
"locales": [
"zh"
]
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-cron": "^3.1.0"
},
"dependencies": {
"json5": "^2.2.3"
}
}