-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.63 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.63 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
66
67
68
69
70
{
"name": "c3-celerity",
"version": "1.0.0",
"description": "C³ CELERITY - Management panel for Hysteria 2 nodes by Click Connect",
"keywords": [
"nodejs",
"docker",
"mongodb",
"proxy",
"self-hosted",
"vpn",
"hysteria",
"vpn-panel",
"censorship-resistant",
"hysteria2",
"proxy-panel"
],
"homepage": "https://github.com/ClickDevTech/hysteria-panel",
"repository": {
"type": "git",
"url": "git+https://github.com/ClickDevTech/hysteria-panel.git"
},
"bugs": {
"url": "https://github.com/ClickDevTech/hysteria-panel/issues"
},
"author": "Click Connect",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.500.0",
"@root/greenlock-express": "^4.0.3",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-redis": "^7.1.0",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.17.3",
"greenlock-manager-fs": "^3.0.1",
"greenlock-store-fs": "^3.2.2",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"otplib": "^13.4.0",
"qrcode": "^1.5.4",
"ssh2": "^1.15.0",
"winston": "^3.11.0",
"ws": "^8.14.2",
"yaml": "^2.3.4",
"zod": "^4.3.6"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}