-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 895 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 895 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
37
{
"name": "docserve-backup",
"version": "1.0.0",
"description": "backup for DocServe",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"dropbox": "^10.34.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.18.0",
"got": "^11.8.6",
"method-override": "^3.0.0",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}