-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "foodapp",
"version": "1.0.0",
"description": "Micro project that avails various food plans from restaurants and accepts payment",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"both": "concurrently \"node app.js\" \"cd Frontend && npm run start\""
},
"repository": {
"type": "git",
"url": "Food App"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"email-validator": "^2.0.4",
"express": "^4.18.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.2.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"stripe": "^14.23.0"
}
}