-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 915 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
{
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js",
"seed": "node seeds/seeds.js"
},
"name": "whos-app",
"description": "This project houses group project 2",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MatthewShahamad/Whos-App/issues"
},
"homepage": "https://github.com/MatthewShahamad/Whos-App#readme",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewShahamad/Whos-App.git"
},
"dependencies": {
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"faker": "^5.5.3",
"mysql2": "^2.3.3",
"pg": "^8.8.0",
"sequelize": "^6.24.0",
"socket.io": "^4.5.2"
}
}