-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 991 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-jrys-max",
"description": "",
"version": "0.3.12",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"homepage": "https://github.com/axlmly/koishi-plugin-jrys-max",
"repository": {
"type": "git",
"url": "git+https://github.com/axlmly/koishi-plugin-jrys-max"
},
"koishi": {
"browser": true,
"description": {
"en": "jrys-supper-ultra-ti-max",
"zh": "jrys-max,omega-miyabot签到的复刻加强插件,把贝拉bot签到分离copy.后面忘了"
},
"service": {
"required": [
"puppeteer",
"database"
],
"optional": ["axlmlyrpg"],
"implements": [
"jrysmaxs"
]
}
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"sign in",
"签到"
],
"peerDependencies": {
"koishi": "^4.18.0"
},
"devDependencies": {
"koishi-plugin-axlmly-role-playing-game": "^1.0.11"
}
}