mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "commitlint-github-action",
|
|
"version": "4.1.12",
|
|
"description": "commitlint github action",
|
|
"private": true,
|
|
"main": "./dist/run.js",
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"test": "NODE_PATH=./node_modules jest",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"lint": "eslint .",
|
|
"build": "rollup -c"
|
|
},
|
|
"engines": {
|
|
"node": "16.5.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.6.0",
|
|
"@actions/github": "^5.0.0",
|
|
"@commitlint/config-angular": "^13.2.0",
|
|
"@commitlint/config-conventional": "^13.2.0",
|
|
"@commitlint/config-lerna-scopes": "^13.2.0",
|
|
"@commitlint/config-patternplate": "^13.2.0",
|
|
"@commitlint/format": "^13.2.0",
|
|
"@commitlint/lint": "^13.2.0",
|
|
"@commitlint/load": "^13.2.1",
|
|
"commitlint-config-jira": "^1.5.1",
|
|
"commitlint-plugin-function-rules": "^1.4.0",
|
|
"commitlint-plugin-jira-rules": "^1.5.1",
|
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
|
"dargs": "^8.1.0",
|
|
"execa": "^5.1.1",
|
|
"lerna": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@commitlint/cli": "^16.2.3",
|
|
"@commitlint/ensure": "^16.2.1",
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"@jest/globals": "^28.1.0",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^21.0.3",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"babel-jest": "^28.1.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-node": "^4.1.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.5.1",
|
|
"lint-staged": "^12.3.7",
|
|
"prettier": "^2.6.1",
|
|
"rollup": "^2.70.1",
|
|
"standard-version": "^9.5.0",
|
|
"testdouble": "^3.16.4",
|
|
"yaml": "^2.1.1"
|
|
}
|
|
}
|