conventional-changelog-conventionalcommits
Version:
Conventionalcommits.org preset for conventional-changelog.
32 lines • 920 B
JSON
{
"name": "conventional-changelog-conventionalcommits",
"type": "module",
"version": "9.0.0",
"description": "Conventionalcommits.org preset for conventional-changelog.",
"author": "Ben Coe",
"license": "ISC",
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git",
"directory": "packages/conventional-changelog-conventionalcommits"
},
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"keywords": [
"conventional-changelog",
"conventionalcommits.org",
"preset"
],
"engines": {
"node": ">=18"
},
"exports": "./src/index.js",
"files": [
"src"
],
"dependencies": {
"compare-func": "^2.0.0"
}
}