-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 982 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": "social-media-app",
"version": "1.0.0",
"type": "commonjs",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cloudinary": "^1.37.0",
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"datauri": "^4.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.0",
"mailgen": "^2.0.27",
"mongoose": "^7.2.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.22",
"openai": "^3.3.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"socket.io": "^4.7.1"
}
}