UNPKG

github-unstar-all

Version:

Start anew. Unstar all of the repositories you once starred on GitHub.

32 lines (31 loc) 629 B
{ "name": "github-unstar-all", "version": "1.0.0", "description": "Start anew. Unstar all of the repositories you once starred on GitHub. ", "license": "MIT", "repository": "alexbooker/github-unstar-all", "author": { "name": "alexbooker", "email": "alexbooker@fastmail.im", "url": "github.com/alexbooker/github-unstar-all" }, "bin": "cli.js", "engines": { "node": ">=0.10.0" }, "files": [ "index.js", "cli.js" ], "keywords": [ "cli-app", "cli", "github", "unstar" ], "dependencies": { "async": "^1.4.0", "github": "^0.2.4", "meow": "^3.3.0" } }