-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
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
38
39
40
41
{
"name": "backend-hawasli",
"version": "1.0.0",
"description": "backend",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rabah01abellache/backend-hawasli.git"
},
"author": "abellache rabah ahmed ghanama",
"license": "ISC",
"bugs": {
"url": "https://github.com/rabah01abellache/backend-hawasli/issues"
},
"homepage": "https://github.com/rabah01abellache/backend-hawasli#readme",
"dependencies": {
"@uploadcare/upload-client": "^6.6.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.2",
"cloudinary": "^1.37.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"firebase": "^10.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.6.8",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3"
},
"devDependencies": {
"nodemon": "^1.14.9"
}
}