-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 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
48
49
50
51
52
53
{
"name": "mulyo",
"version": "6.8.6",
"description": "A Node.js and Express.js server designed to handle user authentication using JWT and Passport-Google-OAuth20, manage user data, and perform reading list operations by being deployed as serverless function on Netlify.",
"main": "server.js",
"scripts": {
"build": "netlify deploy --prod",
"start": "netlify dev",
"update": "ncu -i"
},
"author": "AeolusDev <aeolusdeveloper@gmail.com>",
"license": "ISC",
"dependencies": {
"@firebase/app": "^0.12.1",
"@firebase/auth": "^1.10.2",
"axios": "^1.9.0",
"backblaze-b2": "^1.7.0",
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"chalk": "^4.1.2",
"cloudinary": "^2.6.1",
"compression": "^1.8.0",
"connect-mongo": "^5.1.0",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.0.0",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"firebase": "^11.9.1",
"fs": "^0.0.1-security",
"generate-unique-id": "^2.0.3",
"googleapis": "^148.0.0",
"imagekit": "^6.0.0",
"jsonwebtoken": "^9.0.2",
"memory-cache": "^0.2.0",
"mongoose": "^8.14.2",
"multer": "^1.4.5-lts.2",
"netlify-lambda": "^2.0.16",
"node-cache": "^5.1.2",
"npm-check-updates": "^18.0.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"serverless-http": "^3.2.0",
"swagger-autogen": "^2.23.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@faker-js/faker": "^9.7.0",
"netlify-cli": "^21.2.1"
}
}