mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "commitlint-github-action",
|
|
"version": "2.0.4",
|
|
"description": "commitlint github action",
|
|
"private": true,
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"test": "NODE_PATH=./node_modules jest",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wagoid/commitlint-github-action.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "https://github.com/wagoid/commitlint-github-action",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^1.1.0",
|
|
"@commitlint/config-angular": "^9.1.1",
|
|
"@commitlint/config-conventional": "^9.1.1",
|
|
"@commitlint/config-lerna-scopes": "^9.1.1",
|
|
"@commitlint/config-patternplate": "^9.1.1",
|
|
"@commitlint/format": "^9.1.1",
|
|
"@commitlint/lint": "^9.1.1",
|
|
"@commitlint/load": "^9.1.1",
|
|
"commitlint-config-jira": "^1.4.1",
|
|
"commitlint-plugin-jira-rules": "^1.4.0",
|
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
|
"dargs": "^7.0.0",
|
|
"execa": "^4.0.3",
|
|
"lerna": "^3.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"conventional-changelog-cli": "^2.0.23",
|
|
"husky": "^3.0.7",
|
|
"jest": "^24.9.0",
|
|
"prettier": "^1.18.2",
|
|
"pretty-quick": "^1.11.1",
|
|
"standard-version": "^9.0.0",
|
|
"testdouble": "^3.12.4",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|