-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 767 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 767 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
{
"name": "mvideos",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"author": "MubiLop",
"license": "ISC",
"description": "",
"dependencies": {
"@joshdb/core": "^1.2.7",
"@joshdb/json": "^1.0.5",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.2",
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fluent-ffmpeg": "^2.1.3",
"fs": "^0.0.1-security",
"mongoose": "^8.4.1",
"multer": "^1.4.5-lts.1",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"sanitize-html": "^2.13.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}