-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production nodemon start app.js",
"dev": "nodemon app.js",
"start:production": "NODE_ENV=production nodemon app.js"
},
"dependencies": {
"aws-sdk": "^2.748.0",
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.1",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.2",
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.4.2",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.1.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"python-shell": "^2.0.1",
"sequelize": "^6.3.4"
}
}