-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "express-mongo-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development nodemon index.js",
"start": "NODE_ENV=production node index.js",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.33.0",
"convict": "^6.2.4",
"convict-format-with-validator": "^6.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"datauri": "^4.1.0",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"hls-server": "^1.5.0",
"http": "^0.0.1-security",
"http-errors": "^2.0.0",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.5.4",
"streamifier": "^0.1.1",
"swagger-jsdoc": "^6.2.7",
"swagger-ui-express": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.20"
},
"engines": {
"node": "18.x"
}
}