🧲 Added parse-torrent for metadata

This commit is contained in:
2024-02-29 08:37:24 -06:00
parent df07dff1db
commit 54974db2de
5 changed files with 366 additions and 88 deletions

View File

@@ -24,6 +24,7 @@
"@jest/globals": "^29.3.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/parse-torrent": "^5.8.7",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"axios": "^1.5.0",
@@ -47,7 +48,8 @@
"@robertklep/qbittorrent": "^1.0.1",
"ioredis": "^5.0.0",
"moleculer": "^0.14.27",
"moleculer-web": "^0.10.5"
"moleculer-web": "^0.10.5",
"parse-torrent": "^9.1.5"
},
"engines": {
"node": ">= 16.x.x"