-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
44
45
46
47
48
49
50
{
"name": "trial",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"dev": "nodemon -r dotenv/config server.js",
"prod": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"bcrypt": "^5.1.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.20.2",
"connect-redis": "^4.0.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"ejs": "^3.0.1",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-mysql-session": "^2.1.3",
"express-session": "^1.17.0",
"joi": "14.3.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mysql": "2.18.1",
"mysql2": "^2.1.0",
"node-persist": "^3.1.0",
"nodemailer": "^6.4.4",
"nodemon": "^2.0.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"redis": "^3.0.2",
"sequelize": "^6.35.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"sequelize-cli": "^5.5.1"
},
"description": "# Instructions",
"repository": {
"type": "git",
"url": "git+https://github.com/condevcx3/Invest-Ed.git"
},
"bugs": {
"url": "https://github.com/condevcx3/Invest-Ed/issues"
},
"homepage": "https://github.com/condevcx3/Invest-Ed#readme"
}