5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
commitlint-github-action/package.json
Wagner Santos 0f29b17d91
Merge pull request #328 from wagoid/dependabot/npm_and_yarn/rollup/plugin-node-resolve-13.1.3
chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.5 to 13.1.3
2022-04-06 18:20:37 -03:00

71 lines
2.2 KiB
JSON

{
"name": "commitlint-github-action",
"version": "4.1.11",
"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.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.5.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"babel-jest": "^27.1.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^14.2.1",
"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.2",
"jest": "^27.2.4",
"lint-staged": "^11.1.2",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"standard-version": "^9.3.2",
"testdouble": "^3.16.4",
"yaml": "^1.10.2"
}
}