-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·68 lines (68 loc) · 1.73 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
65
66
67
68
{
"name": "docker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon index.js",
"create_indexes": "echo \"Error: no test specified\" && exit 1",
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/abort-controller": "^3.127.0",
"@aws-sdk/client-s3": "^3.137.0",
"aws-sdk": "^2.895.0",
"axios": "^1.3.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"bullmq": "^3.6.6",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dayjs": "^1.10.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-formidable": "^1.2.0",
"express-openid-connect": "^2.8.0",
"express-rate-limit": "^6.5.1",
"express-validator": "^6.12.0",
"express-winston": "^4.2.0",
"helmet": "^5.1.1",
"hpp": "^0.2.3",
"http-errors": "^1.8.0",
"install": "^0.13.0",
"ioredis": "^5.3.1",
"jsonwebtoken": "^9.0.2",
"mime": "^4.0.3",
"mongoose": "^6.4.6",
"mongoose-paginate-v2": "^1.7.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^3.9.1",
"newrelic": "^9.10.1",
"node-cron": "^3.0.2",
"npm": "^8.1.0",
"raven": "^2.6.4",
"redis": "^4.5.1",
"sequelize": "^6.35.2",
"sinon": "^14.0.0",
"swagger-jsdoc": "^6.2.1",
"swagger-ui-express": "^4.5.0",
"uuid": "^3.3.2",
"validator": "^13.7.0",
"winston": "^3.8.1",
"winston-papertrail": "^1.0.5",
"winston-syslog": "^2.7.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"jest": "^29.1.2",
"nodemon": "^2.0.20",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"supertest": "^6.1.3"
}
}