5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
commitlint-github-action/package.json
2019-10-01 22:52:36 -03:00

44 lines
1.3 KiB
JSON

{
"name": "commitlint-gh-actions",
"version": "1.0.0",
"description": "commitlint github action",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commitlint": "NODE_PATH=/home/wagner/workdir/moteefe/easynvest-crawler/.github/actions/commitlint/node_modules commitlint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bennypowers/commitlint-gh-actions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bennypowers/commitlint-gh-actions/issues"
},
"homepage": "https://github.com/bennypowers/commitlint-gh-actions#readme",
"dependencies": {
"@actions/core": "1.1.1",
"@actions/github": "1.1.0",
"@commitlint/config-angular": "8.2.0",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/config-lerna-scopes": "8.2.0",
"@commitlint/config-patternplate": "8.2.0",
"@commitlint/format": "8.2.0",
"@commitlint/lint": "8.2.0",
"@commitlint/load": "8.2.0",
"@commitlint/read": "8.2.0",
"commitlint-config-jira": "1.0.9",
"conventional-changelog-lint-config-canonical": "1.0.0"
},
"devDependencies": {
"husky": "3.0.7",
"prettier": "1.18.2",
"pretty-quick": "1.11.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}