-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1014 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1014 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": "house-rental-backend",
"version": "1.0.0",
"description": "��#\u0000 \u0000H\u0000o\u0000u\u0000s\u0000e\u0000-\u0000R\u0000e\u0000n\u0000t\u0000a\u0000l\u0000-\u0000B\u0000a\u0000c\u0000k\u0000e\u0000n\u0000d\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Appium-Labs/House-Rental-Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Appium-Labs/House-Rental-Backend/issues"
},
"homepage": "https://github.com/Appium-Labs/House-Rental-Backend#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.18.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.22",
"path": "^0.12.7",
"twilio": "^4.9.0"
}
}