{ "name": "simple-git-hooks", "version": "2.8.1", "description": "A simple, zero dependency tool for setting up git hooks for small projects", "author": "Mikhail Gorbunov (toplenboren.github.io)", "main": "simple-git-hooks.js", "bin": "./cli.js", "scripts": { "postinstall": "node ./postinstall.js", "uninstall": "node ./uninstall.js" }, "keywords": [ "pre-commit", "pre-push", "git", "hook", "lint", "linter" ], "license": "MIT", "repository": "toplenboren/simple-git-hooks" }