-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 884 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
{
"name": "socially",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "Varun Jhaveri, Aaryan Mantri, Oren Coelho, Aaryan Urunkar",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.2.1",
"@googlemaps/google-maps-services-js": "^3.3.42",
"body-parser": "^1.20.2",
"commonmark": "^0.31.0",
"cors": "^2.8.5",
"date-fns": "^3.3.1",
"dotenv": "^16.4.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-openid-connect": "^2.17.1",
"express-session": "^1.18.0",
"marked": "^12.0.0",
"mongoose": "^8.1.3",
"node-localstorage": "^3.0.5",
"passport": "^0.7.0",
"passport-auth0": "^1.4.4",
"socket.io": "^4.7.4"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}