-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1006 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1006 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
38
39
40
41
{
"dependencies": {
"axios": "^1.8.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.5.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.7",
"events": "^3.3.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"form-data": "^4.0.2",
"google-auth-library": "^9.15.1",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"lts": "^2.0.0",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"mongoose": "^8.12.1",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.9",
"nodemailer": "^6.10.0",
"otp-generator": "^4.0.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"uninstall": "^0.0.0",
"uuid": "^11.0.5"
},
"name": "homemade-food",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "node --env-file=.env --watch ./index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}