-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
41
42
43
{
"name": "medicontrol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cd src && node index.js",
"dev": "nodemon src/index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarlosSandoval-03/MediControl.git"
},
"author": "Carlos Sandoval",
"license": "MIT",
"bugs": {
"url": "https://github.com/CarlosSandoval-03/MediControl/issues"
},
"homepage": "https://github.com/CarlosSandoval-03/MediControl#readme",
"devDependencies": {
"dotenv": "16.0.1",
"jest": "28.1.1",
"nodemon": "2.0.16"
},
"dependencies": {
"bcryptjs": "2.4.3",
"connect-flash": "0.1.1",
"express": "4.18.1",
"express-handlebars": "6.0.6",
"express-mysql-session": "2.1.8",
"express-session": "1.17.3",
"express-validator": "6.14.1",
"fecha": "4.2.3",
"morgan": "1.10.0",
"mysql": "2.18.1",
"passport": "0.6.0",
"passport-local": "1.0.0",
"timeago.js": "4.0.2"
}
}