paulirish.git-recent/package.json
Paul Irish b324fc2e4a
2.0.0
2025-02-06 17:41:37 -08:00

27 lines
673 B
JSON

{
"name": "git-recent",
"version": "2.0.0",
"description": "List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy",
"bin": {
"git-recent": "git-recent",
"git-recent-og": "git-recent-og"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulirish/git-recent.git"
},
"keywords": [
"git",
"branches"
],
"author": "Paul Irish",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulirish/git-recent/issues"
},
"homepage": "https://github.com/paulirish/git-recent#readme"
}