-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 917 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
{
"name": "elilusweb",
"version": "1.0.0",
"description": "Backend for website Elilus",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IgorFollador/elilusWeb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IgorFollador/elilusWeb/issues"
},
"homepage": "https://github.com/IgorFollador/elilusWeb#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"dotenv": "^9.0.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-force-domain": "0.0.6",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.0",
"nodemailer-express-handlebars": "^4.0.0",
"sequelize": "^6.6.2"
},
"devDependencies": {
"sequelize-cli": "^6.2.0"
}
}