-
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.1 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.1 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": "propsqr",
"version": "1.0.0",
"description": "This project aims to streamline the process of home renovation by seamlessly connecting interested homeowners to contractors and suppliers. Through our platform, homeowners will be able to communicate their project needs to the interested parties (contractors and suppliers) and the aforementioned parties can display their goods, services and wages.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [
"Proptech",
"Marketplace"
],
"author": "DCTP Capstone Group 9",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.3",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"joi": "^17.12.0",
"joi-objectid": "^4.0.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.1.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.8",
"winston": "^3.11.0"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}