UNPKG

wallpaper-everyday

Version:
51 lines (50 loc) 1.02 kB
{ "name": "wallpaper-everyday", "version": "3.0.0", "description": "Manage the desktop wallpaper", "scripts": { "test": "ava", "prepublishOnly": "npm run format", "format": "prettier --write ./**/*.js" }, "bin": { "wallpaper": "bin/wallpaper.js" }, "files": [ "bin", "lib" ], "engines": { "node": ">=8" }, "repository": { "type": "git", "url": "git@github.com:normalHamal/wallpaper-everyday" }, "main": "bin/wallpaper.js", "dependencies": { "cheerio": "^1.0.0-rc.3", "colors": "^1.3.3", "commander": "^2.20.0", "fs-extra": "^7.0.1", "got": "^9.6.0", "is-url-superb": "^2.0.0", "log-update": "^3.2.0", "ora": "^3.4.0", "tempfile": "^2.0.0", "wallpaper": "^4.4.0" }, "keywords": [ "cli", "wallpaper", "bing", "random", "unsplash", "netbian" ], "license": "MIT", "devDependencies": { "ava": "^1.4.1", "prettier": "^1.19.1" } }