-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "route-nodejs-backend-eng-amira-e-commerce-project",
"version": "1.0.0",
"description": "Route NodeJS Backend following the footsteps of Eng Amira to build an E-Commerce Project ",
"main": "index.js",
"type": "module",
"engines": {
"node": "20.10.0"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasserml/Route-NodeJS-Backend-Eng-Amira-E-Commerce-Project.git"
},
"keywords": [
"backend",
"nodejs",
"expressjs",
"e-commerce"
],
"author": "nasserml&eng.amira",
"license": "ISC",
"bugs": {
"url": "https://github.com/nasserml/Route-NodeJS-Backend-Eng-Amira-E-Commerce-Project/issues"
},
"homepage": "https://github.com/nasserml/Route-NodeJS-Backend-Eng-Amira-E-Commerce-Project#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^2.0.1",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"google-auth-library": "^9.7.0",
"graphql": "^16.8.1",
"graphql-http": "^1.22.0",
"joi": "^17.12.1",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.4",
"mongoose": "^8.1.3",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.5",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.9",
"pdfkit": "^0.14.0",
"qrcode": "^1.5.3",
"slugify": "^1.6.6",
"socket.io": "^4.7.5",
"stripe": "^14.22.0"
}
}