-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 840 Bytes
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
{
"name": "video",
"version": "1.0.0",
"description": "video streaming",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mayank",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"moment": "^2.29.4",
"mongoose": "^6.9.0",
"moongoose": "^0.0.5",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"otp-generator": "^4.0.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"plyr": "^3.7.8",
"router": "^1.3.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"laravel-mix": "^6.0.49"
}
}