-
-
Notifications
You must be signed in to change notification settings - Fork 421
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "voipsuite",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "set NODE_ENV=development && nodemon app.js",
"start": "set NODE_ENV=production && node app.js"
},
"author": "Operation Privacy",
"license": "",
"dependencies": {
"@sendgrid/mail": "^7.4.6",
"axios": "^0.23.0",
"base64url": "^3.0.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cbor": "^8.1.0",
"compression": "^1.7.4",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-group-routes": "^1.1.0",
"express-rate-limit": "^5.5.0",
"fido2-lib": "^2.7.1",
"get-random-values": "^1.2.2",
"helmet": "^4.6.0",
"lodash.chunk": "^4.2.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.13.8",
"multer": "^1.4.3",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.3",
"nodemailer-openpgp": "^2.1.0",
"openpgp": "^5.9.0",
"qrcode": "^1.4.4",
"request": "^2.88.2",
"socket.io": "^4.1.3",
"speakeasy": "^2.0.0",
"telnyx": "^1.18.0",
"twilio": "^3.67.0",
"u2f": "^0.1.3",
"validatorjs": "^3.22.1"
}
}