-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.26 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
{
"name": "gatecontrol",
"version": "1.118.11",
"description": "Unified WireGuard VPN + Caddy Reverse Proxy Management",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js",
"test": "node --require ./tests/helpers/tmp-cleanup.js --test --test-force-exit tests/"
},
"dependencies": {
"@callmetechie/gatecontrol-config-hash": "^1.2.0",
"argon2": "^0.41.1",
"bcryptjs": "^3.0.3",
"better-sqlite3": "^11.7.0",
"cookie-parser": "^1.4.7",
"csrf-sync": "^4.0.3",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"guacamole-lite": "1.2.0",
"helmet": "^8.0.0",
"ipaddr.js": "1.9.1",
"jsonwebtoken": "^9.0.3",
"multer": "^2.2.0",
"nodemailer": "^9.0.1",
"nunjucks": "^3.2.4",
"otpauth": "^9.5.0",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"qrcode": "^1.5.4",
"qrcode-generator": "^2.0.4"
},
"engines": {
"node": ">=20.0.0"
},
"overrides": {
"picomatch": ">=4.0.4",
"cross-spawn": ">=7.0.5",
"minimatch": ">=9.0.6",
"glob": ">=10.5.0",
"tar": ">=7.5.8"
},
"private": true,
"devDependencies": {
"@stryker-mutator/core": "^9.6.1",
"supertest": "^7.2.2"
}
}