5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-10 00:56:55 +00:00
commitlint-github-action/package.json
vyrwu 2c2244784a feat: use configurable dockerRepoURL when present as action input
Make Docker repository URL configurable to allow clients to
choose different repository URL for the action, in case they
don't have access to changing Docker configuration on their
runners.
2022-01-28 14:31:46 +01:00

71 lines
2.2 KiB
JSON

{
"name": "commitlint-github-action",
"version": "4.1.10",
"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.15.0",
"@babel/preset-env": "^7.15.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/ensure": "^13.2.0",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^27.2.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"babel-jest": "^27.1.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"jest": "^27.2.4",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"standard-version": "^9.3.1",
"testdouble": "^3.16.2",
"yaml": "^1.10.2"
}
}