-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "nodemon src/server.js"
},
"keywords": [],
"author": "Edvaldo Braz",
"license": "ISC",
"dependencies": {
"apicache": "^1.5.3",
"awilix": "^4.2.6",
"aws-sdk": "^2.675.0",
"aws-xray-sdk-core": "^3.0.1",
"aws-xray-sdk-express": "^3.0.1",
"axios": "^0.19.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-joi-validation": "^4.0.3",
"helmet": "^3.22.0",
"http": "^0.0.1-security",
"http-status": "^1.4.2",
"ioredis": "^4.16.3",
"is-ip": "^3.1.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"method-override": "^3.0.0",
"moment": "^2.25.3",
"mysql": "^2.18.1",
"oracledb": "^4.2.0",
"request-ip": "^2.1.3",
"swagger-ui-express": "^4.1.4",
"uuidv4": "^6.0.8",
"yamljs": "^0.3.0"
}
}