-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 985 Bytes
/
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
{
"name": "entrada-core",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^1.1.2",
"axios-rate-limit": "^1.3.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-jwt": "^8.3.0",
"express-rate-limit": "^6.6.0",
"express-xml-bodyparser": "^0.3.0",
"generate-api-key": "^1.0.2",
"graylog2": "^0.2.1",
"http-errors": "~1.6.3",
"ip": "^1.1.8",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"node-mailjet": "^5.1.1",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0",
"rate-limiter-flexible": "^2.3.12",
"request-ip": "^3.3.0",
"response-time": "^2.3.2",
"uuid": "^9.0.0",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
}
}