-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.61 KB
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-starfx-bot",
"description": "StarFreedomX机器人的小功能,自用",
"contributors": [
"StarFreedomX <starfreedomx@outlook.com>"
],
"version": "0.28.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"assets"
],
"license": "MIT",
"homepage": "https://github.com/StarFreedomX/starfx-bot",
"repository": {
"type": "git",
"url": "git+https://github.com/StarFreedomX/starfx-bot.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"koishi": {
"description": {
"zh": "starfx的机器人小插件,目前支持: 明日方舟封印功能 闲鱼“卖掉了”功能 艾特我/他又不说话 我才不是机器人! 我也喜欢你! BanG Dream!边框绘制 群语录 roll 待机人数记录 房间号记录 推特查看原图 复读 echo 撤回 查汇率 黑白名单配置"
},
"service": {
"optional": [
"skia",
"QhzySharp"
]
},
"preview": true,
"hidden": false
},
"peerDependencies": {
"koishi": "^4.18.7"
},
"dependencies": {
"axios": "^1.15.0",
"chart.js": "^4.5.1",
"chartjs-adapter-dayjs-3": "^1.2.3",
"cheerio": "^1.0.0",
"dayjs": "^1.11.19",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"mime-types": "^3.0.1",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.7",
"@ltxhhz/koishi-plugin-skia-canvas": "^0.0.10",
"@quanhuzeyu/koishi-plugin-qhzy-sharp": "^1.2.1",
"@quanhuzeyu/sharp-for-koishi": "^0.0.7",
"@types/mime-types": "^3.0.1"
}
}