unsplash-dl
Version:
A command-line tool to easily download images from Unsplash
42 lines • 918 B
JSON
{
"name": "unsplash-dl",
"version": "1.0.6",
"description": "A command-line tool to easily download images from Unsplash",
"main": "src/cli.js",
"bin": {
"unsplash-dl": "./src/cli.js"
},
"scripts": {
"start": "node src/cli.js"
},
"keywords": [
"unsplash",
"cli",
"download",
"images",
"photos",
"downloader",
"unsplash-api"
],
"author": "charlontank",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"commander": "^12.0.0",
"dotenv": "^16.4.1",
"inquirer": "^9.2.15",
"ora": "^5.4.1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/CharlonTank/unsplash-downloader.git"
},
"bugs": {
"url": "https://github.com/CharlonTank/unsplash-downloader/issues"
},
"homepage": "https://github.com/CharlonTank/unsplash-downloader#readme",
"engines": {
"node": ">=14.0.0"
}
}