{ "name": "git-recall", "version": "1.2.0", "description": "Simple and convenient Git tool to easily recall what you've done", "main": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Fakerr/git-recall.git" }, "bin": { "git-recall": "./git-recall" }, "keywords": [ "git", "log", "cli" ], "author": "Walid Berrahal", "license": "MIT", "homepage": "https://github.com/Fakerr/git-recall" }