You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
558 B
23 lines
558 B
1 year ago
|
{
|
||
|
"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@gmail.com> (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"
|
||
|
}
|