UNPKG

vivo-dl

Version:

download videos from vivo.sx

50 lines (49 loc) 1.08 kB
{ "name": "vivo-dl", "version": "1.1.6", "description": "download videos from vivo.sx", "author": "alfagun74", "homepage": "https://alfagun74.de", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "keywords": [ "vivo.sx", "download", "video", "vivo" ], "repository": { "type": "git", "url": "https://github.com/Alfagun74/vivo-dl" }, "engines": { "node": ">=11.14.0" }, "scripts": { "start": "npm test", "test": "node lib/test.js", "compile": "tsc -b", "prepare": "npm.cmd run compile", "pretest": "npm.cmd run compile" }, "dependencies": { "@types/cheerio": "^0.22.22", "@types/mkdirp": "^1.0.1", "@types/node": "^14.14.9", "@types/node-fetch": "^2.5.7", "cheerio": "^1.0.0-rc.3", "mkdirp": "^1.0.4", "node-fetch": "^2.6.1", "puppeteer": "^5.5.0", "puppeteer-extra": "^3.1.15", "puppeteer-extra-plugin-stealth": "^2.6.5" }, "devDependencies": { "ts-node-dev": "^1.0.0", "typescript": "^4.1.2" } }