-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 KB
/
package.json
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
{
"name": "go-mngr",
"version": "1.4.29",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"bin": {
"my-reservations": "./bin/my-reservations.js",
"my-accounts": "./bin/my-accounts.js"
},
"dependencies": {
"@angular/cdk": "^10.2.6",
"@webauthn/server": "^0.1.3",
"amqplib": "^0.8.0",
"axios": "^1.7.4",
"bcryptjs": "^2.1.0",
"body-parser": "^1.19.0",
"commander": "^2.20.3",
"config": "^1.31.0",
"connect-mongo": "^3.2.0",
"console.table": "^0.10.0",
"cookie-parser": "~1.4.7",
"cors": "^2.8.5",
"email-validator": "^2.0.4",
"escapeshellarg": "^0.1.0",
"eslint": "^6.8.0",
"express": "^4.21.1",
"express-prom-bundle": "^5.1.5",
"express-session": "^1.18.1",
"express-static-gzip": "^2.0.6",
"generate-password": "^1.7.0",
"hjs": "0.0.6",
"html-to-text": "^7.0.0",
"ipware": "0.0.3",
"jsonwebtoken": "^9.0.0",
"latinize": "^0.4.1",
"ldapjs": "^1.0.1",
"markdown": "^0.5.0",
"marked": "^2.0.1",
"mongodb": "^3.5.9",
"monk": "^7.3.3",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.9.9",
"nunjucks": "^3.2.4",
"otplib": "^12.0.1",
"primeicons": "^4.0.0",
"primeng": "^11.3.1",
"prom-client": "^11.5.3",
"promise": "^8.1.0",
"qrcode": "^1.5.0",
"redis": "^3.1.2",
"serve-favicon": "^2.5.0",
"sha512crypt-node": "^0.1.0",
"u2f": "^0.1.3",
"winston": "^2.4.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^8.3.2"
}
}