forked from marzun9620/Bikreta_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 936 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
39
40
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"engines": {
"node": ">=16.3.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.0",
"cors": "^2.8.5",
"dot": "^1.1.3",
"dotenv": "^10.0.0",
"env": "^0.0.2",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"google-auth-library": "^9.0.0",
"googleapis": "^126.0.1",
"graphql": "^15.8.0",
"joi": "^17.5.0",
"joi-password-complexity": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.12.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.5",
"nodemon": "^2.0.15",
"pdfkit": "^0.13.0",
"puppeteer": "^21.3.6",
"sslcommerz-lts": "^1.1.0"
}
}