26 lines
552 B
JSON
26 lines
552 B
JSON
{
|
|
"name": "stremio-torrentio-catalogs",
|
|
"version": "1.0.2",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
},
|
|
"author": "TheBeastLT <pauliox@beyond.lt>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"bottleneck": "^2.19.5",
|
|
"cache-manager": "^3.4.4",
|
|
"cache-manager-mongodb": "^0.3.0",
|
|
"moment": "^2.29.4",
|
|
"pg": "^8.8.0",
|
|
"pg-hstore": "^2.3.4",
|
|
"request-ip": "^3.3.0",
|
|
"sequelize": "^6.27.0",
|
|
"stremio-addon-sdk": "^1.6.10"
|
|
}
|
|
}
|