-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 984 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": "workout-nation",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js",
"seeds": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Childy77/Workout-Nation.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Childy77/Workout-Nation/issues"
},
"homepage": "https://github.com/Childy77/Workout-Nation#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.34.0",
"connect-session-sequelize": "^7.1.5",
"connect-sqlite3": "^0.9.13",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.7",
"express-session": "^1.17.3",
"mysql2": "^3.1.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"sequelize": "^6.28.2"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}