redgifs
Version:
Easy getting video-file url by page on redgifs.com
56 lines (55 loc) • 1.27 kB
JSON
{
"name": "redgifs",
"version": "1.0.8",
"description": "Easy getting video-file url by page on redgifs.com ",
"main": "lib/index.js",
"engines": {
"node": ">=12.0.0 <14.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"tslint": "tslint -p tslint -p tsconfig.json",
"update-chrome": "webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntonGoldobin/redgifs.git"
},
"keywords": [
"redgif",
"redgifs",
"gif",
"gfycat",
"nsfw",
"ripper",
"youtube-dl",
"porn",
"porno",
"hentai",
"parser",
"parse"
],
"author": "Anton Goldobin",
"license": "ISC",
"bugs": {
"url": "https://github.com/AntonGoldobin/redgifs/issues"
},
"homepage": "https://github.com/AntonGoldobin/redgifs#readme",
"dependencies": {
"@types/chromedriver": "^81.0.0",
"@types/selenium-webdriver": "^3.0.15",
"chromedriver": "^91.0.1",
"selenium-webdriver": "^4.0.0-beta.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^14.17.6",
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
}
}