Files
CrawlFlix-API/package.json
Joris Bertomeu 4dfacbf7e1 Alot of feats
2024-10-02 11:37:15 +02:00

24 lines
480 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.7.7",
"bull": "^4.16.3",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"express": "^4.21.0",
"fs": "^0.0.1-security",
"mpd-parser": "^1.3.0",
"path": "^0.12.7",
"tar": "^7.4.3",
"unzipper": "^0.12.3"
}
}