-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 748 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 748 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
{
"name": "sharedboxserver",
"version": "1.0.0",
"description": "sharedBox Server ",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"author": "veilhelm alexander guarin",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.2.5",
"bcrypt": "^5.0.0",
"busboy": "^0.3.1",
"cloudinary": "^1.23.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.0",
"mongoose": "^5.10.5",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"validator": "^13.1.1",
"web-push": "^3.4.4"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}