-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "express-template",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon app.js",
"test": "jest --runInBand --verbose --detectOpenHandles",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"axios": "~0.21.1",
"bcrypt": "5.0.0",
"cors": "~2.8.5",
"dayjs": "~1.10.7",
"debug": "~2.6.9",
"dotenv": "~8.2.0",
"ejs": "~3.1.6",
"email-templates": "~8.0.8",
"express": "~4.16.1",
"express-list-endpoints": "~5.0.0",
"express-rate-limit": "~5.2.6",
"formidable": "~2.0.1",
"joi": "~17.3.0",
"jsonwebtoken": "~8.5.1",
"morgan": "~1.9.1",
"mysql2": "~2.2.5",
"node-cron": "~3.0.0",
"nodemailer": "~6.7.2",
"passport": "~0.4.1",
"passport-jwt": "~4.0.0",
"postman-to-openapi": "~2.2.0",
"sequelize": "~6.6.5",
"sequelize-paginate": "1.1.6",
"sequelize-transforms": "2.0.0",
"socket.io": "~4.4.1",
"swagger-ui-express": "~4.3.0",
"twilio": "^3.67.1",
"uuid": "~8.3.2",
"valid-url": "~1.0.9",
"yamljs": "~0.3.0"
},
"devDependencies": {
"eslint": "~8.10.0",
"eslint-plugin-import": "~2.25.4",
"nodemon": "^2.0.18",
"jest": "~27.0.6",
"supertest": "~6.1.3"
}
}