simple-git-hooks
Version:
A simple, zero dependency tool for setting up git hooks for small projects
33 lines (32 loc) • 716 B
JSON
{
"name": "simple-git-hooks",
"type": "commonjs",
"version": "2.13.0",
"description": "A simple, zero dependency tool for setting up git hooks for small projects",
"author": "Mikhail Gorbunov <toplenboren@gmail.com>",
"main": "simple-git-hooks.js",
"bin": "./cli.js",
"files": [
"cli.js",
"postinstall.js",
"simple-git-hooks.js",
"uninstall.js"
],
"scripts": {
"postinstall": "node ./postinstall.js",
"uninstall": "node ./uninstall.js"
},
"keywords": [
"pre-commit",
"pre-push",
"git",
"hook",
"lint",
"linter"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/toplenboren/simple-git-hooks.git"
}
}