-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 Bytes
/
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
{
"name": "buildweek3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/server.js",
"dev": "nodemon -e js -r dotenv/config ./src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"btoa": "^1.2.1",
"cloudinary": "^1.27.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-list-endpoints": "^6.0.0",
"express-validator": "^6.13.0",
"fs-extra": "^10.0.0",
"http-errors": "^1.8.0",
"json2csv": "^5.0.6",
"mongoose": "^6.0.12",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"node-fetch": "^3.1.0",
"pdfmake": "^0.2.4",
"query-to-mongo": "^0.10.1"
},
"devDependencies": {
"dotenv": "^10.0.0",
"nodemon": "^2.0.7"
}
}