-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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
{
"name": "spreadit-be",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apidoc": "^1.2.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.1",
"express-session": "^1.18.0",
"firebase-admin": "^12.1.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongodb": "^6.5.0",
"mongoose-data-seed": "^2.1.6",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.12",
"passport": "^0.7.0",
"passport-google-oauth2": "^0.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"test": "^3.3.0",
"web-push": "^3.6.7",
"yargs": "^17.7.2"
},
"devDependencies": {
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"mongoose": "^8.3.1",
"nodemon": "^3.1.0",
"supertest": "^7.0.0"
}
}