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.2",
|
|
"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.2.6",
|
|
"@actions/github": "^5.0.0",
|
|
"@commitlint/config-angular": "^12.1.4",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"@commitlint/config-lerna-scopes": "^12.1.4",
|
|
"@commitlint/config-patternplate": "^12.1.4",
|
|
"@commitlint/format": "^12.1.4",
|
|
"@commitlint/lint": "^12.1.4",
|
|
"@commitlint/load": "^12.1.4",
|
|
"commitlint-config-jira": "^1.5.1",
|
|
"commitlint-plugin-function-rules": "^1.3.2",
|
|
"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.14.6",
|
|
"@babel/preset-env": "^7.14.7",
|
|
"@commitlint/cli": "^12.1.4",
|
|
"@commitlint/ensure": "^12.1.4",
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"@jest/globals": "^27.0.6",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^19.0.1",
|
|
"@rollup/plugin-node-resolve": "^13.0.1",
|
|
"babel-jest": "^27.0.6",
|
|
"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.1",
|
|
"prettier": "^2.3.2",
|
|
"rollup": "^2.53.2",
|
|
"standard-version": "^9.3.1",
|
|
"testdouble": "^3.16.1",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|