-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.07 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
48
49
50
51
52
{
"name": "koishi-plugin-pixiv-auth",
"description": "一键获取 pixiv 的 Refresh Token",
"version": "1.1.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"author": {
"name": "SaarChaffee",
"email": "saarchaffee@qq.com",
"url": "https://github.com/SaarChaffee"
},
"license": "MIT",
"homepage": "https://github.com/SaarChaffee/koishi-plugin-pixiv-auth",
"repository": {
"type": "git",
"url": "git+https://github.com/SaarChaffee/koishi-plugin-pixiv-auth.git"
},
"bugs": {
"url": "https://github.com/SaarChaffee/koishi-plugin-pixiv-auth/issues"
},
"koishi": {
"description": {
"zh": "获取pixiv的Refresh Token"
},
"service": {
"required": [
"console",
"puppeteer"
]
},
"locales": [
"zh"
]
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"pixiv"
],
"peerDependencies": {
"@koishijs/plugin-console": "^5.28.0",
"koishi": "^4.17.1"
},
"devDependencies": {
"@koishijs/client": "^5.28.0"
}
}