-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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": "friendlyrent",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "SET DB_USER=friendlyrent && SET DB_PASSWORD=8VnQsLJikYPC0C4G && SET DB_NAME=bookingsApartments && SET DB_HOST=cluster0.7mjts.mongodb.net && mocha",
"start": "nodemon app.js",
"debug_windows": "SET DEBUG=* nodemon app.js"
},
"engines": {
"node": "12.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mocha": "^8.1.1",
"moment": "^2.27.0",
"mongoose": "^5.9.27",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.11",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"puppeteer": "^5.2.1"
}
}