Files
knightcrawler/package.json
2022-03-13 19:36:26 +01:00

43 lines
1.2 KiB
JSON

{
"name": "stremio-torrentio-scraper",
"version": "1.0.0",
"main": "scraper/index.js",
"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": "^3.4.4",
"cache-manager-mongodb": "^0.3.0",
"cheerio": "^0.22.0",
"express": "^4.16.4",
"google-it": "^1.6.2",
"google-sr": "^2.0.0",
"he": "^1.2.0",
"jaro-winkler": "^0.2.8",
"line-by-line": "^0.1.6",
"magnet-uri": "^6.2.0",
"moment": "^2.29.1",
"name-to-imdb": "^3.0.2",
"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#eb390fcfc257950e65ec1b0812bd331765a053c9",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"rss-parser": "^3.12.0",
"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"
}
}