-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "sync-backend",
"version": "1.0.0",
"description": "Backend Service for Sync- A GDSC AIT PUNE PROJECT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyTricks-code/sync-backend-api.git"
},
"keywords": [],
"author": "GDSC AIT PUNE FE's : 2025-26",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/MyTricks-code/sync-backend-api/issues"
},
"homepage": "https://github.com/MyTricks-code/sync-backend-api#readme",
"dependencies": {
"bcrypt": "^6.0.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-session": "^1.19.0",
"google-auth-library": "^10.6.1",
"jsonwebtoken": "^9.0.3",
"jwks-rsa": "^3.2.2",
"mongoose": "^9.1.6",
"nodemailer": "^8.0.0",
"nodemon": "^3.1.11",
"resend": "^6.9.2"
}
}