Fix Docker provider search dependencies

This commit is contained in:
Codex
2026-08-09 18:29:21 +02:00
parent 3078900087
commit d9ccf71901
7 changed files with 40 additions and 36 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
"description": "Local provider bridge for Kaizoku anime metadata and stream resolution.",
"dependencies": {
"axios": "^1.7.9",
"cheerio": "^1.0.0"
"cheerio": "1.0.0"
}
}