mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-08 04:20:08 +03:00
Deprecates normal downloading method. The "safe" method is now always used, and download progress is now estimated using the predicted end file size Thumbnails are now auto downloaded along with the other metadata
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "backend for YoutubeDL-Material",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon -q app.js"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"*.js",
|
|
"appdata/*",
|
|
"public/*"
|
|
],
|
|
"watch": [
|
|
"restart.json"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "Isaac Grynsztein",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": ""
|
|
},
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"archiver": "^3.1.1",
|
|
"async": "^3.1.0",
|
|
"bcryptjs": "^2.4.0",
|
|
"compression": "^1.7.4",
|
|
"config": "^3.2.3",
|
|
"exe": "^1.0.2",
|
|
"express": "^4.17.1",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"fs-extra": "^9.0.0",
|
|
"glob": "^7.1.6",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lowdb": "^1.0.0",
|
|
"md5": "^2.2.1",
|
|
"merge-files": "^0.1.2",
|
|
"multer": "^1.4.2",
|
|
"node-fetch": "^2.6.0",
|
|
"node-id3": "^0.1.14",
|
|
"nodemon": "^2.0.2",
|
|
"passport": "^0.4.1",
|
|
"passport-http": "^0.3.0",
|
|
"passport-jwt": "^4.0.0",
|
|
"passport-ldapauth": "^2.1.4",
|
|
"passport-local": "^1.0.0",
|
|
"progress": "^2.0.3",
|
|
"ps-node": "^0.1.6",
|
|
"read-last-lines": "^1.7.2",
|
|
"shortid": "^2.2.15",
|
|
"unzipper": "^0.10.10",
|
|
"uuidv4": "^6.0.6",
|
|
"winston": "^3.2.1",
|
|
"youtube-dl": "^3.0.2"
|
|
}
|
|
}
|