forked from Akokk0/koishi-plugin-bilibili-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.27 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
53
54
55
56
57
58
59
60
{
"name": "koishi-plugin-bilibili-notify",
"description": "Koishi bilibili notify plugin",
"version": "1.2.3-beta.2",
"contributors": [
"Akokko <admin@akokko.com>"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Akokk0/koishi-plugin-bilibili-notify"
},
"homepage": "https://www.npmjs.com/package/koishi-plugin-bilibili-notify",
"keywords": [
"chatbot",
"koishi",
"plugin",
"bilibili"
],
"peerDependencies": {
"koishi": "^4.17.2"
},
"dependencies": {
"axios": "^1.6.7",
"axios-cookiejar-support": "^5.0.0",
"jsdom": "^24.0.0",
"luxon": "^3.4.4",
"md5": "^2.3.0",
"qrcode": "^1.5.3",
"tough-cookie": "^4.1.3"
},
"devDependencies": {
"@types/luxon": "^3",
"@types/md5": "^2",
"@types/qrcode": "^1",
"@types/tough-cookie": "^4",
"koishi-plugin-puppeteer": "^3.8.2"
},
"koishi": {
"service": {
"required": [
"database",
"puppeteer",
"notifier"
]
},
"description": {
"zh": "Bilibili动态推送,直播通知插件。具体使用方法请参考readme.md"
},
"locales": [
"zh"
]
}
}