mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
41 lines
1.2 KiB
JSON
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.3.3",
|
|
"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": "^2.2.0",
|
|
"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"
|
|
}
|
|
}
|