forked from leah-choco/Goal-E
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 974 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": "health-tracker",
"version": "1.0.0",
"description": "Deployed Link:",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leah-choco/Health-Tracker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leah-choco/Health-Tracker/issues"
},
"homepage": "https://github.com/leah-choco/Health-Tracker#readme",
"devDependencies": {
"jest": "^29.2.2"
},
"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",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"sequelize": "^6.25.3",
"sequelize-cli": "^6.5.2"
},
"engines":{
"node":"14.18.1"
}
}