yifysubtitles-to-gs
Version:
A simple wrapper to download subtitles from the yifysubtitles website.
59 lines • 1.1 kB
JSON
{
"name": "yifysubtitles-to-gs",
"version": "1.0.0",
"description": "A simple wrapper to download subtitles from the yifysubtitles website.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thanhdinh98/yifysubtitles"
},
"author": {
"name": "mrdotb",
"email": "mrdotb@protonmail.com"
},
"main": "index.js",
"scripts": {
"test": "ava",
"lint": "xo --fix"
},
"ava": {
"files": "test/*.js",
"verbose": "true"
},
"xo": {
"space": true
},
"dependencies": {
"@google-cloud/storage": "^4.7.0",
"cheerio": "^1.0.0-rc.2",
"global": "^4.3.2",
"got": "^9.2.0",
"p-map": "^1.2.0",
"srt-to-vtt": "^1.1.3",
"streamz": "^1.8.5",
"unzipper": "^0.9.3"
},
"devDependencies": {
"ava": "^0.25.0",
"xo": "^0.24.0",
"pify": "^4.0.0"
},
"keywords": [
"download",
"html5",
"films",
"movies",
"srt",
"sub",
"subs",
"subtitles",
"video",
"vtt",
"yify",
"yifysubs",
"yifysubtitles",
"yts",
"ytssubs",
"zip"
]
}