-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 893 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
{
"name": "veterinaria_db",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app",
"dev": "nodemon app",
"postinstall": "npm install nodemon"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.4",
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"faker": "^5.5.3",
"jquery": "^3.6.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.2.4",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"sequelize": "^6.31.0"
},
"description": "",
"devDependencies": {
"sequelize-cli": "^6.6.0",
"sequelize-erd": "^1.3.1"
}
}