-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.41 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": "back-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"jest": {
"setupTestFrameworkScriptFile": "./test/setup.js"
},
"scripts": {
"test": "jest",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maryamsadat-tabatabaei/e-commerce-app.git"
},
"author": "Maryam Tabatabaei",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-validator": "^6.2.0",
"google-auth-library": "^8.7.0",
"install": "^0.13.0",
"jest": "^29.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.3",
"mongoose-unique-validator": "^3.1.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"npm": "^9.2.0",
"passport": "^0.5.3",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-jwt-bearer": "^0.2.0",
"redis": "^4.6.4",
"uuid": "^3.3.3"
},
"devDependencies": {
"nodemon": "^1.19.4"
},
"bugs": {
"url": "https://github.com/maryamsadat-tabatabaei/e-commerce-app/issues"
},
"homepage": "https://github.com/maryamsadat-tabatabaei/e-commerce-app#readme"
}