goalkeeper
Version:
gitHooks for tjsports
38 lines (37 loc) • 758 B
JSON
{
"name": "goalkeeper",
"version": "1.0.3",
"description": "gitHooks for tjsports",
"main": "index.js",
"bin": {
"goalkeeper-git-hooks-pre-commit": "bin/verifyCommitFile.sh",
"goalkeeper-git-hooks-commit-msg": "bin/verifyCommitMsg.js"
},
"scripts": {
"install": "node bin/install.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.tjstats.com/tjsport/goalkeeper.git"
},
"keywords": [
"merge",
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"revert",
"config",
"chore",
"perf"
],
"author": "daxi",
"license": "ISC",
"dependencies": {
"yorkie": "^2.0.0",
"eslint-config-goalkeeper": "^1.0.0",
"stylelint-config-goalkeeper": "^1.0.0"
}
}