This repository was archived by the owner on May 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 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
61
62
{
"name": "icrux",
"version": "1.0.1-DEV",
"scripts": {
"build": "echo 'No build step required'",
"start": "node run.js",
"dev": "npx nodemon -e js,json,pug,css run.js",
"format": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.css\""
},
"dependencies": {
"axios": "^1.7.5",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"connect-flash": "^0.1.1",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"fs-extra": "^11.2.0",
"ioredis": "^5.4.1",
"method-override": "^3.0.0",
"moment-timezone": "^0.5.45",
"morgan": "^1.10.0",
"node-disk-info": "^1.3.0",
"node-fetch": "^3.3.2",
"node-os-utils": "^1.3.7",
"passport-discord": "^0.1.4",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-microsoft": "^2.1.0",
"path": "^0.12.7",
"ping": "^0.4.4",
"pug": "^3.0.3",
"redis": "^4.7.0",
"systeminformation": "^5.23.5"
},
"devDependencies": {
"bcrypt": "^5.1.1",
"cookies": "^0.9.1",
"cors": "^2.8.5",
"dockerode": "^4.0.2",
"fs": "0.0.1-security",
"helmet": "^7.1.0",
"i18n": "^0.15.1",
"ip": "^2.0.1",
"moment": "^2.30.1",
"multer": "1.4.5-lts.1",
"mysql2": "^3.11.0",
"nodemailer": "^6.9.14",
"os": "^0.1.2",
"passport": "^0.7.0",
"prettier": "^3.3.3",
"uuid": "^10.0.0",
"ws": "^8.18.0"
}
}