forked from yoimiya-kokomi/Miao-Yunzai
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.67 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.67 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
61
62
63
64
65
{
"name": "trss-yunzai",
"version": "3.1.3",
"author": "TimeRainStarSky, Yoimiya-Kokomi, Le-niao",
"description": "Bot",
"main": "app.js",
"type": "module",
"scripts": {
"app": "node .",
"dev": "node . dev",
"web": "node lib/tools/web.js",
"start": "pm2 start config/pm2.yaml",
"stop": "pm2 stop config/pm2.yaml",
"restart": "pm2 restart config/pm2.yaml",
"log": "pm2 log --lines 100",
"lint": "git ls-files '*.js'|xargs prettier --write --list-different"
},
"dependencies": {
"art-template": "4.13.2",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"es-toolkit": "^1.45.1",
"express": "^4.22.1",
"file-type": "^22.0.1",
"https-proxy-agent": "^7.0.6",
"image-size": "^2.0.2",
"level": "^10.0.0",
"lodash": "link:lib/modules/lodash",
"log4js": "^6.9.1",
"md5": "link:lib/modules/md5",
"moment": "^2.30.1",
"node-fetch": "link:lib/modules/node-fetch",
"node-schedule": "^2.1.1",
"oicq": "link:lib/modules/oicq",
"pm2": "^6.0.14",
"puppeteer": "*",
"redis": "^4.7.1",
"sequelize": "^6.37.8",
"sqlite3": "^6.0.1",
"strip-ansi": "^7.2.0",
"ulid": "^3.0.2",
"ws": "^8.20.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"prettier": "^3.8.2"
},
"imports": {
"#miao": "./plugins/miao-plugin/components/index.js",
"#miao.models": "./plugins/miao-plugin/models/index.js"
},
"pnpm": {
"onlyBuiltDependencies": [
"sqlite3",
"classic-level",
"log4js",
"puppeteer",
"sharp"
],
"patchedDependencies": {
"log4js": "lib/modules/log4js.patch",
"streamroller": "lib/modules/streamroller.patch"
}
}
}