-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"name": "Speaker-statistics-plugin",
"version": "5.1.1",
"description": "群聊水群统计插件 for Yunzai-Bot",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/QingYingX-Bot/Speaker-statistics-plugin.git"
},
"gitee": {
"type": "git",
"url": "https://gitee.com/qingyingxbot/Speaker-statistics-plugin.git"
},
"bugs": {
"url": "https://github.com/QingYingX-Bot/Speaker-statistics-plugin/issues",
"gitee": "https://gitee.com/qingyingxbot/Speaker-statistics-plugin/issues"
},
"homepage": "https://gitee.com/qingyingxbot/Speaker-statistics-plugin#readme",
"dependencies": {
"better-sqlite3": "^12.4.1",
"chalk": "^5.6.2",
"handlebars": "^4.7.8",
"jieba-wasm": "^2.2.0",
"jsonrepair": "^3.13.1",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"openai": "^6.9.1",
"pg": "^8.11.3",
"yaml": "^2.8.1"
},
"imports": {
"#lib": "./core/ConfigManager.js"
},
"author": "QingYingX",
"license": "MIT",
"keywords": [
"yunzai-bot",
"plugin",
"statistics",
"postgresql",
"sqlite",
"ranking",
"web",
"redis",
"group-chat"
]
}