-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
47
{
"name": "koishi-plugin-jryspro",
"version": "2.1.12",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://github.com/twiyin0/koishi-plugin-jryspro.git",
"repository": {
"type": "git",
"url": "git+https://github.com/twiyin0/koishi-plugin-jryspro.git"
},
"contributors": [
"Twiyin0 <[email protected]>",
"vlssu <[email protected]>"
],
"files": [
"lib",
"dist"
],
"koishi": {
"browser": true,
"description": {
"en": "A jrys plugin with its own night mode and picture(Stop this plugin when you upgrade it)",
"zh": "一个自带夜间模式和美图的今日运势插件(更新前请停止插件)"
},
"service": {
"required": [
"puppeteer"
],
"optional": [
"database"
]
}
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"jrys",
"今日运势"
],
"peerDependencies": {
"@satorijs/element": "^1.1.3",
"koishi": "^4.16.0",
"koishi-plugin-puppeteer": "^3.9.0"
}
}