-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 720 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 720 Bytes
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": "cartzilla-eshop",
"version": "1.0.1",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"express",
"jwt",
"multer",
"mongoose"
],
"author": "",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.2",
"helmet": "^4.6.0",
"joi": "^17.3.0",
"mongoose": "^5.11.8",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.18"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}