-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
35
36
37
38
{
"name": "ebuy",
"version": "1.0.0",
"description": "Ebuy is a fashion marketplace",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"ebuy",
"ecommerce",
"fashion"
],
"author": "Siam Ahnaf",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^3.5.0",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.27.1",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"google-auth-library": "^7.10.2",
"graphql": "^15.7.2",
"graphql-iso-date": "^3.6.1",
"graphql-resolvers": "^0.4.2",
"graphql-upload": "^13.0.0",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.14",
"nodemailer": "^6.7.2",
"otp-generator": "^4.0.0",
"stripe": "^8.191.0"
}
}