-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 924 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
{
"name": "workout-planner",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jelenarog/Workout-planner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jelenarog/Workout-planner/issues"
},
"homepage": "https://github.com/Jelenarog/Workout-planner#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"express-session-sequelize": "^2.3.0",
"handlebars": "^4.7.7",
"mysql2": "^3.0.1",
"sequelize": "^6.28.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}