add torrentio catalogs addon

This commit is contained in:
TheBeastLT
2022-04-01 13:39:18 +02:00
parent c466874324
commit b143449f77
12 changed files with 1886 additions and 0 deletions

25
catalogs/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "stremio-torrentio-catalogs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "16.x"
},
"author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"bottleneck": "^2.19.5",
"cache-manager": "^3.4.4",
"cache-manager-mongodb": "^0.3.0",
"moment": "^2.29.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"request-ip": "^2.1.3",
"sequelize": "^4.43.0",
"stremio-addon-sdk": "^1.6.1"
}
}