mr-chamuwa-downloader
Version:
🔥 MrChamuwa's Ultimate Facebook Video Downloader - The most powerful FB video downloading tool in Sri Lanka!
86 lines (85 loc) • 2.15 kB
JSON
{
"name": "mr-chamuwa-downloader",
"version": "1.0.1",
"description": "🔥 MrChamuwa's Ultimate Facebook Video Downloader - The most powerful FB video downloading tool in Sri Lanka!",
"main": "src/index.js",
"bin": {
"chamuwa-fb": "./bin/cli.js",
"mrchamuwa": "./bin/cli.js",
"fb-chamuwa": "./bin/cli.js"
},
"scripts": {
"test": "jest --coverage",
"build": "babel src -d lib",
"dev": "nodemon src/index.js",
"lint": "eslint src/ --fix",
"start": "node src/index.js",
"demo": "node examples/demo.js",
"publish:npm": "npm publish --access public"
},
"keywords": [
"facebook",
"video",
"downloader",
"sri-lanka",
"sinhala",
"mrchamuwa",
"social-media",
"bulk-download",
"facebook-scraper",
"video-extraction",
"fb-dl",
"chamuwa"
],
"author": {
"name": "MrChamuwa",
"email": "mrchamuwa@gmail.com",
"url": "https://github.com/MrChamuwa"
},
"license": "MIT",
"homepage": "https://github.com/MrChamuwa/fb-downloader#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MrChamuwa/fb-downloader.git"
},
"bugs": {
"url": "https://github.com/MrChamuwa/fb-downloader/issues"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/mrchamuwa"
},
"dependencies": {
"axios": "^1.6.2",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "^11.2.0",
"commander": "^11.1.0",
"progress": "^2.0.3",
"chalk": "^5.3.0",
"ora": "^7.0.1",
"inquirer": "^9.2.12",
"boxen": "^7.1.1",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2",
"node-notifier": "^10.0.1",
"update-notifier": "^7.0.0",
"conf": "^12.0.0",
"execa": "^8.0.1",
"listr2": "^8.0.1",
"enquirer": "^2.4.1"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"eslint": "^8.56.0",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
}