random-wallpaper-cli
Version:
A CLI Tool to set a random wallpaper from Unsplash.com
38 lines (37 loc) • 922 B
JSON
{
"name": "random-wallpaper-cli",
"version": "1.1.0",
"description": "A CLI Tool to set a random wallpaper from Unsplash.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"bin": {
"random-wallpaper-cli": "bin/random-wallpaper-cli.js"
},
"keywords": [
"random",
"wallpaper",
"wallpaper",
"cli"
],
"author": "Anupam Basak",
"license": "MIT",
"dependencies": {
"config": "^1.26.1",
"fs-extra": "^3.0.1",
"node-cron": "^1.2.0",
"request": "^2.81.0",
"wallpaper": "^2.1.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/anupam-git/random-wallpaper-cli.git"
},
"bugs": {
"url": "https://github.com/anupam-git/random-wallpaper-cli/issues"
},
"homepage": "https://github.com/anupam-git/random-wallpaper-cli#readme"
}