mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "commitlint-github-action",
|
|
"version": "3.1.4",
|
|
"description": "commitlint github action",
|
|
"private": true,
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"test": "NODE_PATH=./node_modules jest",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"lint": "eslint ."
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"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.6",
|
|
"@actions/github": "^4.0.0",
|
|
"@commitlint/config-angular": "^12.0.0",
|
|
"@commitlint/config-conventional": "^12.0.0",
|
|
"@commitlint/config-lerna-scopes": "^12.0.0",
|
|
"@commitlint/config-patternplate": "^12.0.0",
|
|
"@commitlint/format": "^12.0.0",
|
|
"@commitlint/lint": "^12.0.0",
|
|
"@commitlint/load": "^12.0.0",
|
|
"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": "^5.0.0",
|
|
"lerna": "^3.22.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^12.1.4",
|
|
"@commitlint/ensure": "^12.1.4",
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"commitlint-plugin-function-rules": "^1.3.2",
|
|
"conventional-changelog-cli": "^2.1.1",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-node": "^4.1.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"husky": "^6.0.0",
|
|
"jest": "^27.0.6",
|
|
"lint-staged": "^11.0.0",
|
|
"prettier": "^2.3.2",
|
|
"standard-version": "^9.3.0",
|
|
"testdouble": "^3.16.1",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|