torrentio-scraper/addon/package.json
TheBeastLT 455c7360b8
Some checks failed
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_3, SSH_KEY_3) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Has been cancelled
Deploy Catalogs / build (push) Has been cancelled
use redis store for rate-limit
2025-12-31 11:05:50 +02:00

41 lines
1.2 KiB
JSON

{
"name": "stremio-torrentio",
"version": "1.0.14",
"exports": "./index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT",
"dependencies": {
"@keyv/mongo": "^3.1.0",
"@paradise-cloud/easy-debrid": "^3.0.0",
"@putdotio/api-client": "^8.42.0",
"all-debrid-api": "^1.2.0",
"axios": "^1.13.2",
"cacheable": "^1.8.10",
"cors": "^2.8.5",
"debrid-link-api": "^1.0.1",
"express-rate-limit": "^8.2.1",
"magnet-uri": "^6.2.0",
"name-to-imdb": "^3.0.4",
"named-queue": "^2.2.1",
"offcloud-api": "^1.0.2",
"p-limit": "^5.0.0",
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#ea4ab26d2394055443f3671a80b4ea8c055c9591",
"pg": "^8.16.3",
"premiumize-api": "^1.0.3",
"prom-client": "^14.2.0",
"rate-limit-redis": "^4.3.1",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"redis": "^5.10.0",
"request-ip": "^3.3.0",
"router": "^1.3.8",
"sequelize": "^6.37.7",
"stremio-addon-sdk": "^1.6.10",
"swagger-stats": "^0.99.7",
"ua-parser-js": "^1.0.36",
"user-agents": "^1.0.1444"
}
}