@subtitles/providers
Version:
Providers are the core of applications, where the subtitles are collected. Each provider exports a unique strategy for gathering data. From legendastv's web scraping from opensubtitle API usage, you can collect subtitles from your favorite tv shows and mo
66 lines (65 loc) • 1.65 kB
JSON
{
"name": "@subtitles/providers",
"version": "0.3.0-beta.2",
"description": "Providers are the core of applications, where the subtitles are collected. Each provider exports a unique strategy for gathering data. From legendastv's web scraping from opensubtitle API usage, you can collect subtitles from your favorite tv shows and movies",
"keywords": [
"subtitles-providers",
"legendastv",
"legendei",
"opensubtitles",
"scraper",
"web-scraping",
"crawling",
"brasil",
"brazil",
"pt-br"
],
"author": "Peter <npmjs@peter.dev.br>",
"homepage": "https://github.com/pherval/subtitle-finder/tree/main/packages/providers#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pherval/subtitle-finder.git",
"directory": "packages/providers"
},
"scripts": {
"build": "tsc",
"prebuild": "npm run clean",
"dev": "tsc --watch",
"predev": "npm run build",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "npm t -- --watch",
"clean": "rimraf dist *.tsbuildinfo"
},
"bugs": {
"url": "https://github.com/pherval/subtitle-finder/issues"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/debug": "^4.1.7",
"@types/flat-cache": "^2.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"cookie": "^0.4.1",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"flat-cache": "^3.0.4",
"form-urlencoded": "^6.0.4",
"opensubtitles-api": "^5.1.2",
"puppeteer": "^10.2.0",
"rimraf": "^3.0.2"
}
}