eztv-crawler
Version:
A promised based node module to scrape TV shows, episodes and torrent info from EZTV.
38 lines (37 loc) • 924 B
JSON
{
"name": "eztv-crawler",
"version": "1.3.6",
"description": "A promised based node module to scrape TV shows, episodes and torrent info from EZTV.",
"homepage": "https://github.com/codeit-ninja/eztv-crawler",
"keywords": [
"eztv",
"eztv.wf",
"torrent",
"api",
"crawler"
],
"private": false,
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only --watch src src/test.ts",
"build": "tsc",
"prepublishOnly": "npm run build",
"install": "npm run build",
"test": "jest"
},
"devDependencies": {
"@types/bytes": "^3.1.1",
"@types/jest": "^28.1.6",
"@types/node": "^17.0.23",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
},
"dependencies": {
"bytes": "^3.1.2",
"cheerio": "^1.0.0-rc.10",
"cross-fetch": "^3.1.5"
}
}