48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "stremio-torrention",
|
|
"version": "1.0.0",
|
|
"main": "scraper/index.js",
|
|
"engines": {
|
|
"npm": "6.x",
|
|
"node": "12.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node scraper/index.js"
|
|
},
|
|
"author": "TheBeastLT <pauliox@beyond.lt>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "0.9.2",
|
|
"axios": "^0.21.4",
|
|
"bittorrent-tracker": "^9.18.2",
|
|
"bottleneck": "^2.16.2",
|
|
"cache-manager": "^2.9.0",
|
|
"cache-manager-mongodb": "^0.2.1",
|
|
"cheerio": "^0.22.0",
|
|
"express": "^4.16.4",
|
|
"google-it": "^1.6.2",
|
|
"google-sr": "^1.0.4",
|
|
"he": "^1.2.0",
|
|
"jaro-winkler": "^0.2.8",
|
|
"line-by-line": "^0.1.6",
|
|
"magnet-uri": "^5.1.7",
|
|
"moment": "^2.29.1",
|
|
"name-to-imdb": "^3.0.2",
|
|
"needle": "^3.0.0",
|
|
"node-gzip": "^1.1.2",
|
|
"node-schedule": "^1.3.2",
|
|
"nodejs-bing": "^0.1.0",
|
|
"nyaapi": "^2.3.3",
|
|
"parse-torrent": "^6.1.2",
|
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#8fd87b3bfc7aa04143edcd4f0112868bb77dce0f",
|
|
"pg": "^7.8.2",
|
|
"pg-hstore": "^2.3.2",
|
|
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",
|
|
"rutracker-api-2": "^1.10.0",
|
|
"sequelize": "^5.21.5",
|
|
"sugar-date": "^2.0.6",
|
|
"torrent-stream": "^1.2.1",
|
|
"user-agents": "^1.0.773"
|
|
}
|
|
}
|