-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 999 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
37
38
{
"name": "Benchmark-M06---Amazon---MongoDB",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -e js -r dotenv/config ./src/server.js",
"start": "node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iCarambaaa/Benchmark-M06---Amazon---MongoDB.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iCarambaaa/Benchmark-M06---Amazon---MongoDB/issues"
},
"homepage": "https://github.com/iCarambaaa/Benchmark-M06---Amazon---MongoDB#readme",
"dependencies": {
"cloudinary": "^1.27.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-list-endpoints": "^6.0.0",
"http-errors": "^1.8.0",
"mongoose": "^6.0.12",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"query-to-mongo": "^0.10.1"
},
"devDependencies": {
"dotenv": "^10.0.0",
"nodemon": "^2.0.15"
}
}