diff --git a/package.json b/package.json new file mode 100644 index 0000000..14c2514 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "log-so-handy", + "version": "1.0.0", + "description": "Convenient log for git", + "main": "", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/Fakerr/log-so-handy.git" + }, + "bin": { + "git-hlog": "./git-hlog" + }, + "keywords": [ + "git", + "log", + "cli" + ], + "author": "Walid Berrahal", + "license": "MIT", + "homepage": "https://github.com/Fakerr/log-so-handy" +}