{
  "name": "magnetio-addon",
  "version": "1.1.5",
  "description": "Magnetio - Advanced Stremio addon with multi-debrid support and torrent aggregation",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "test": "node --test"
  },
  "author": "Magnetio Contributors",
  "license": "Apache-2.0",
  "dependencies": {
    "@keyv/redis": "^5.1.6",
    "axios": "^1.18.1",
    "cron": "^4.4.0",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "express-rate-limit": "^8.5.2",
    "keyv": "^5.6.0",
    "magnet-uri": "^7.0.8",
    "node-fetch": "^3.3.2",
    "p-limit": "^7.3.0",
    "p-queue": "^9.3.0",
    "prom-client": "^15.1.3",
    "redis": "^6.1.0",
    "stremio-addon-sdk": "^1.6.10",
    "swagger-stats": "^0.99.7",
    "ua-parser-js": "^2.0.10",
    "winston": "^3.11.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  },
  "overrides": {
    "swagger-stats": {
      "prom-client": "$prom-client"
    }
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
