🔧 Fixes to enable docker image build

This commit is contained in:
2025-02-21 13:03:25 -05:00
parent 193fffeb8d
commit 4516d7892f
6 changed files with 83 additions and 175 deletions

View File

@@ -26,6 +26,7 @@
"@types/lodash": "^4.17.4",
"@types/node": "^18.11.9",
"@types/parse-torrent": "^5.8.7",
"@types/qs": "^6.9.18",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"axios": "^1.5.0",
@@ -46,14 +47,14 @@
"typescript": "^4.9.3"
},
"dependencies": {
"lodash": "^4.17.21",
"@robertklep/qbittorrent": "^1.0.1",
"ioredis": "^5.0.0",
"kafkajs": "^2.2.4",
"socket.io-client": "^4.7.5",
"lodash": "^4.17.21",
"moleculer": "^0.14.34",
"moleculer-web": "^0.10.7",
"parse-torrent": "^9.1.5",
"socket.io-client": "^4.7.5",
"string-similarity-alg": "^1.3.2"
},
"engines": {