You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "backend for YoutubeDL-Material",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test --exit -s 1000",
|
|
"start": "pm2-runtime --raw pm2.config.js",
|
|
"debug": "set YTDL_MODE=debug && node app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "Isaac Grynsztein",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"node": ">=24 <26",
|
|
"npm": ">=10"
|
|
},
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^1.13.1",
|
|
"@discordjs/core": "^2.4.0",
|
|
"archiver": "^7.0.1",
|
|
"async": "^3.2.3",
|
|
"async-mutex": "^0.5.0",
|
|
"axios": "^1.13.5",
|
|
"bcryptjs": "^3.0.3",
|
|
"body-parser": "^1.20.4",
|
|
"command-exists": "^1.2.9",
|
|
"compression": "^1.8.1",
|
|
"config": "^4.4.1",
|
|
"execa": "^5.1.1",
|
|
"express": "^4.22.1",
|
|
"express-rate-limit": "^8.2.1",
|
|
"express-session": "^1.19.0",
|
|
"feed": "^5.2.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"fs-extra": "^11.3.3",
|
|
"gotify": "^1.1.0",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"lodash": "^4.17.23",
|
|
"lowdb": "^1.0.0",
|
|
"md5": "^2.2.1",
|
|
"mocha": "^11.7.5",
|
|
"moment": "^2.30.1",
|
|
"mongodb": "^6.21.0",
|
|
"multer": "^2.0.2",
|
|
"node-id3": "^0.2.9",
|
|
"node-schedule": "^2.1.1",
|
|
"passport": "^0.6.0",
|
|
"passport-http": "^0.3.0",
|
|
"passport-jwt": "^4.0.1",
|
|
"passport-ldapauth": "^3.0.1",
|
|
"passport-local": "^1.0.0",
|
|
"progress": "^2.0.3",
|
|
"ps-node": "^0.1.6",
|
|
"read-last-lines": "^1.8.0",
|
|
"rxjs": "^7.8.2",
|
|
"shortid": "^2.2.17",
|
|
"tree-kill": "^1.2.2",
|
|
"unzipper": "^0.12.3",
|
|
"uuid": "^13.0.0",
|
|
"winston": "^3.19.0",
|
|
"xmlbuilder2": "^4.0.3"
|
|
},
|
|
"overrides": {
|
|
"brace-expansion": "1.1.12",
|
|
"braces": "3.0.3",
|
|
"cross-spawn": "7.0.6",
|
|
"diff": "8.0.3",
|
|
"got": "11.8.6",
|
|
"mocha": {
|
|
"js-yaml": "4.1.1"
|
|
},
|
|
"undici": "6.23.0",
|
|
"ws": "8.17.1",
|
|
"xmlbuilder2": {
|
|
"js-yaml": "3.14.2"
|
|
}
|
|
}
|
|
}
|