-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
{
"name": "eagromarket_orchestadirector",
"version": "1.0.0",
"description": "This API-BackEnd app is made for eAgroMarket.",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"build": "babel src --out-dir build",
"start": "node src/index.js"
},
"keywords": [
"API",
"BackEnd",
"E-Commerce",
"MongoDB",
"AHTENDAT"
],
"author": "ATHENDAT | Team - PA004",
"license": "ISC",
"dependencies": {
"awilix": "^4.3.1",
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-device": "^0.4.2",
"express-fileupload": "^1.2.0",
"express-validator": "^6.9.0",
"helmet": "^4.3.1",
"jsonwebtoken": "^8.5.1",
"memory-cache": "^0.2.0",
"mongoose": "^5.11.9",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"jest": "^26.6.3",
"mockingoose": "^2.13.2",
"nodemon": "^2.0.6"
}
}