-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 756 Bytes
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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon",
"build": "npm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"axios": "^1.4.0",
"cloudinary": "^1.36.2",
"cookie-parser": "^1.4.6",
"cowsay": "^1.5.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"html": "^1.0.0",
"mongoose": "^7.1.1",
"node-fetch": "^3.2.6",
"nodemon": "^2.0.20",
"openai": "^3.2.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"socket.io": "^4.5.4",
"uuid": "^9.0.0"
}
}