mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "stremio-torrentio-catalogs",
|
|
"version": "1.0.3",
|
|
"exports": "./index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.x"
|
|
},
|
|
"author": "TheBeastLT <pauliox@beyond.lt>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@keyv/mongo": "^3.0.1",
|
|
"axios": "^1.7.7",
|
|
"bottleneck": "^2.19.5",
|
|
"moment": "^2.30.1",
|
|
"pg": "^8.8.0",
|
|
"pg-hstore": "^2.3.4",
|
|
"request-ip": "^3.3.0",
|
|
"sequelize": "^6.29.0",
|
|
"stremio-addon-sdk": "^1.6.10"
|
|
}
|
|
}
|