forked from Catrong/phi-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1015 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1015 Bytes
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
{
"name": "phi-plugin",
"version": "1.0.0",
"description": "phigros辅助插件",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Catrong/phi-plugin.git"
},
"author": "Catrong",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/Catrong/phi-plugin/issues"
},
"homepage": "https://github.com/Catrong/phi-plugin#readme",
"dependencies": {
"@vikadata/vika": "^1.3.0",
"axios": "^1.11.0",
"crypto-js": "^4.1.1",
"csv": "^6.3.6",
"csvtojson": "^2.0.10",
"echarts": "^5.6.0",
"echarts-wordcloud": "^2.1.0",
"jszip": "^3.10.1",
"node-csv": "^0.1.2",
"pinyin-pro": "^3.15.4",
"puppeteer": "^24.16.2",
"qrcode": "^1.5.4",
"single-line-log": "^1.1.2",
"ulid": "^3.0.1"
},
"keywords": [
"云崽",
"原神",
"Yunzai-Bot",
"Genshin"
]
}