conventional-changelog-cli
Version:
Generate a changelog from git metadata.
44 lines • 1.09 kB
JSON
{
"name": "conventional-changelog-cli",
"type": "module",
"version": "5.0.0",
"description": "Generate a changelog from git metadata.",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"license": "MIT",
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git",
"directory": "packages/conventional-changelog-cli"
},
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"keywords": [
"cli",
"cli-app",
"conventional-changelog",
"conventional",
"changelog",
"log"
],
"engines": {
"node": ">=18"
},
"bin": {
"conventional-changelog": "cli.js"
},
"files": [
"cli.js"
],
"dependencies": {
"add-stream": "^1.0.0",
"meow": "^13.0.0",
"tempfile": "^5.0.0",
"conventional-changelog": "^6.0.0"
}
}