Files
actions-ansi-to-html/node_modules/semantic-release-conventional-commits/package.json
T
2025-11-11 06:53:11 -05:00

46 lines
1.3 KiB
JSON

{
"name": "semantic-release-conventional-commits",
"version": "3.0.0",
"description": "Semantic release commit analyzer support for all of the conventional commit message types.",
"main": "index.js",
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint .",
"test": "istanbul cover --print both nodeunit test/index.js",
"precommit": "npm run lint",
"prepush": "npm test",
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release"
},
"keywords": [
"semantic-release",
"analyzeCommits",
"analyzer",
"commit",
"message"
],
"author": "Elliott Foster <elliottf@codebrews.com> (http://codebrew.com/)",
"license": "ISC",
"dependencies": {
"conventional-commits-parser": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"husky": "^0.14.3",
"istanbul": "^1.1.0-alpha.1",
"nodeunit": "^0.11.0",
"semantic-release": "^15.0.0",
"validate-commit-msg": "^2.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/elliotttf/semantic-release-conventional-commits.git"
}
}