torrentio-scraper/catalogs/package.json
TheBeastLT 4ba65a979d
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
bump mongo and pg versions
2025-12-28 23:47:43 +02:00

25 lines
539 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.1.0",
"axios": "^1.13.2",
"bottleneck": "^2.19.5",
"moment": "^2.30.1",
"pg": "^8.16.3",
"pg-hstore": "^2.3.4",
"request-ip": "^3.3.0",
"sequelize": "^6.37.7",
"stremio-addon-sdk": "^1.6.10"
}
}