-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.32 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "nescafe",
"version": "1.0.0",
"description": "The Outlet Ordering app",
"main": "index.js",
"scripts": {
"test": "npx jest",
"start": "nodemon app.js"
},
"engines": {
"node": ">16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mridul549/OrderApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mridul549/OrderApp/issues"
},
"homepage": "https://github.com/mridul549/OrderApp#readme",
"dependencies": {
"api": "^5.0.8",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bull": "^4.10.4",
"cashfree-pg-sdk-nodejs": "^2.0.2",
"cloudinary": "^1.37.0",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"firebase": "^9.23.0",
"firebase-admin": "^11.9.0",
"googleapis": "^118.0.0",
"jest": "^29.6.4",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^4.0.2",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.22",
"qrcode": "^1.5.3",
"redis": "^4.6.6",
"supertest": "^6.3.3",
"taskforce-connector": "^1.24.3"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-google": "^0.14.0"
}
}