-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 842 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
{
"name": "2800-202310-dtc07",
"version": "1.0.0",
"description": "Corey McTavish\r McKenzie Nicol\r Vivian Chu\r Reza Hedieloo",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/vivchu/2800-202310-DTC07.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/vivchu/2800-202310-DTC07/issues"
},
"homepage": "/~https://github.com/vivchu/2800-202310-DTC07#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"connect-mongo": "^5.0.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"joi": "^17.9.2",
"mongodb": "^5.5.0",
"mongoose": "^7.1.0",
"openai": "^3.2.1"
}
}