[addon] moves rd resolver to addon

This commit is contained in:
TheBeastLT
2020-04-08 21:27:39 +02:00
parent 9ea008572d
commit fed5098b88
7 changed files with 211 additions and 10 deletions

View File

@@ -11,13 +11,16 @@
"cache-manager": "^2.11.1",
"cache-manager-mongodb": "^0.2.2",
"express-rate-limit": "^5.1.1",
"named-queue": "^2.2.1",
"needle": "^2.2.4",
"magnet-uri": "^5.1.7",
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60",
"pg": "^7.8.2",
"pg-hstore": "^2.3.2",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",
"sequelize": "^4.43.0",
"stremio-addon-sdk": "^1.6.1"
"stremio-addon-sdk": "^1.6.1",
"user-agents": "^1.0.559"
},
"devDependencies": {
"eslint": "^6.4.0",