mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "stremio-torrentio",
|
|
"version": "1.0.12",
|
|
"main": "addon.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "TheBeastLT <pauliox@beyond.lt>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@putdotio/api-client": "^8.16.0",
|
|
"all-debrid-api": "^1.1.0",
|
|
"axios": "^0.21.4",
|
|
"bottleneck": "^2.19.5",
|
|
"cache-manager": "^3.4.4",
|
|
"cache-manager-mongodb": "^0.3.0",
|
|
"debrid-link-api": "^1.0.1",
|
|
"express-rate-limit": "^5.5.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"magnet-uri": "^6.2.0",
|
|
"named-queue": "^2.2.1",
|
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#eb390fcfc257950e65ec1b0812bd331765a053c9",
|
|
"pg": "^8.7.1",
|
|
"pg-hstore": "^2.3.4",
|
|
"premiumize-api": "^1.0.3",
|
|
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#874f150f4c0b6ea5c67535c82b47f75ad96e50b8",
|
|
"request-ip": "^2.1.3",
|
|
"sequelize": "^4.43.0",
|
|
"stremio-addon-sdk": "^1.6.1",
|
|
"ua-parser-js": "^1.0.2",
|
|
"user-agents": "^1.0.559"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.4.0",
|
|
"eslint-config-eslint": "^6.0.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-node": "^10.0.0"
|
|
}
|
|
}
|