aion-image-downloader
Version:
CLI tool to download images and videos from URLs with advanced features
34 lines (33 loc) • 719 B
JSON
{
"name": "aion-image-downloader",
"version": "1.0.0",
"description": "CLI tool to download images and videos from URLs with advanced features",
"main": "index.js",
"bin": {
"aion": "./bin/aion.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"image",
"download",
"aion",
"batch",
"convert",
"video",
"youtube"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"axios": "^1.6.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.1.1",
"sharp": "^0.33.0"
}
}