UNPKG

splash-cli

Version:

Get beautiful wallpapers from unsplash.

43 lines (42 loc) 964 B
{ "name": "splash-cli", "description": "Get beautiful wallpapers from unsplash.", "version": "4.0.0-alpha.9", "license": "MIT", "readme": "README.md", "homepage": "https://splash-cli.app", "main": "index.js", "scripts": { "postinstall": "go-npm install", "preuninstall": "go-npm uninstall" }, "keywords": [ "cli", "unsplash", "wallpapers", "splash-cli", "photos", "photo", "beautiful" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/rawnly/splash-cli" }, "author": { "email": "mail@fedevitale.dev", "name": "Federico Vitale", "url": "https://github.com/rawnly" }, "goBinary": { "name": "splash", "path": "./bin", "url": "https://github.com/rawnly/splash-cli/releases/download/{{version}}/splash_{{version}}_{{platform}}_{{arch}}.tar.gz" }, "dependencies": { "@gzuidhof/go-npm": "^0.1.13" } }