mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-08 04:20:08 +03:00
Added support for MongoDB Added tests relating to new DB system Category rules are now case insensitive Fixed playlist modification change state
70 lines
1.5 KiB
JSON
70 lines
1.5 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 app.js",
|
|
"debug": "set YTDL_MODE=debug && node app.js"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"*.js",
|
|
"appdata/*",
|
|
"public/*"
|
|
],
|
|
"watch": [
|
|
"restart_update.json",
|
|
"restart_general.json"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "Isaac Grynsztein",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": ""
|
|
},
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"archiver": "^3.1.1",
|
|
"async": "^3.1.0",
|
|
"axios": "^0.21.1",
|
|
"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",
|
|
"mocha": "^8.4.0",
|
|
"moment": "^2.29.1",
|
|
"mongodb": "^3.6.9",
|
|
"multer": "^1.4.2",
|
|
"node-fetch": "^2.6.1",
|
|
"node-id3": "^0.1.14",
|
|
"nodemon": "^2.0.7",
|
|
"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"
|
|
}
|
|
}
|