-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
51
52
53
54
55
56
57
{
"name": "nodular-backend",
"version": "1.0.0",
"description": "nodular app to handle backend API calls on Node JS",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"cron:run": "nodemon app/commands/cron-job.js",
"test": "nyc mocha --timeout=3000 --exit",
"lint": "eslint **/*.js"
},
"author": "SquareBoat",
"license": "ISC",
"dependencies": {
"aes256": "^1.0.4",
"aws-sdk": "^2.284.1",
"axios": "^0.21.1",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"compression": "^1.7.2",
"csvtojson": "^2.0.8",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"errorhandler": "^1.5.0",
"express": "^4.16.3",
"express-async-handler": "^1.1.3",
"express-session": "^1.15.6",
"express-status-monitor": "^1.1.4",
"file-type": "^9.0.0",
"firebase": "^5.5.0",
"fs": "0.0.1-security",
"image-size": "^0.6.3",
"jsonwebtoken": "^8.3.0",
"locutus": "^2.0.12",
"lusca": "^1.6.0",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"mysql2": "^1.5.3",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"read-chunk": "^3.0.0",
"sequelize": "^5.7.4",
"sequelize-auto-migrations": "^1.0.2",
"uuid": "^3.3.2",
"validatorjs": "^3.14.2",
"winston": "^3.1.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}