Files
CrawlFlix-API/package.json
Joris Bertomeu dc5c541bc4
All checks were successful
ci / Image build (push) Successful in 2m28s
ci / Deployment (push) Successful in 27s
Add upscale feat
2025-08-26 17:30:47 +02:00

26 lines
537 B
JSON

{
"name": "crawlflix-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.11.0",
"bull": "^4.16.5",
"cheerio": "^1.1.2",
"cors": "^2.8.5",
"express": "^5.1.0",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"fs": "^0.0.1-security",
"mpd-parser": "^1.3.1",
"path": "^0.12.7",
"tar": "^7.4.3",
"unzipper": "^0.12.3"
}
}