btch-downloader
Version:
Social Media Downloader
36 lines (35 loc) • 650 B
JSON
{
"name": "btch-downloader",
"version": "3.7.18",
"description": "Social Media Downloader",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Instagram",
"TikTok",
"Facebook",
"YouTube",
"Twitter"
],
"author": "Tio",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"got": "^10.0.0",
"qs": "^6.10.3",
"cheerio": "^1.0.0-rc.12"
},
"repository": {
"type": "git",
"url": "https://github.com/BOTCAHX"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"tag": "latest"
},
"devDependencies": {}
}