UNPKG

conventional-changelog

Version:
62 lines 1.54 kB
{ "name": "conventional-changelog", "type": "module", "version": "7.1.0", "description": "Generate a changelog from git metadata.", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "contributors": [ { "name": "Brian Ford" }, { "name": "Vojta Jína" }, { "name": "Andrew Joslin" } ], "license": "MIT", "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme", "repository": { "type": "git", "url": "https://github.com/conventional-changelog/conventional-changelog.git", "directory": "packages/conventional-changelog" }, "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "keywords": [ "conventional-changelog", "conventional", "changelog", "log", "cli" ], "engines": { "node": ">=18" }, "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "files": [ "dist" ], "dependencies": { "@types/normalize-package-data": "^2.4.4", "fd-package-json": "^1.2.0", "meow": "^13.0.0", "normalize-package-data": "^7.0.0", "conventional-changelog-preset-loader": "^5.0.0", "conventional-changelog-writer": "^8.1.0", "conventional-commits-parser": "^6.1.0", "@conventional-changelog/git-client": "^2.5.1" }, "bin": { "conventional-changelog": "./dist/cli/index.js" } }