-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "mongo-relations",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.2",
"compression": "^1.8.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"elastic-apm-node": "^4.11.0",
"express": "^4.21.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.5.0",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.11.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"nodemon": "^3.1.9",
"pino": "^9.6.0",
"pino-http": "^10.4.0",
"pino-pretty": "^13.0.0",
"redis": "^4.7.0",
"sequelize": "^6.37.5",
"util": "^0.12.5",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"winston-elasticsearch": "^0.19.0",
"winston-logstash-transport": "^2.0.0"
}
}