-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "node-api-rest",
"version": "1.0.0",
"description": "Node.js API model",
"company": "Jaguar Company S.R.L.",
"address": "CNEL. Juan Pringles 2176, Ituzaingó. Buenos Aires (AR)",
"email": "david.a.m@onmicrosoft.com",
"phone": "(+54)91122532412",
"private": true,
"main": "app.js",
"scripts": {
"test": "mocha --exit ./test/integration",
"dev": "nodemon app",
"serve": "node app"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mollitia/prometheus": "^0.0.8",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-healthcheck": "^0.1.0",
"express-rate-limit": "^7.2.0",
"express-validator": "^7.0.1",
"google-auth-library": "^9.7.0",
"gridfs-stream": "^1.1.1",
"http-problem-details": "^0.1.5",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"mollitia": "^0.1.0",
"mongoose": "^8.2.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"prometheus-api-metrics": "^3.2.2",
"rotating-file-stream": "^3.2.1",
"spdy": "^4.0.2",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"winston": "^3.12.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "^3.1.0",
"supertest": "^6.3.4",
"supertest-session": "^5.0.1"
}
}