UNPKG

better_git_changelog

Version:

Make a changelog from git commits, tags, and releases

43 lines (42 loc) 1.15 kB
{ "name": "better_git_changelog", "version": "1.6.3", "description": "Make a changelog from git commits, tags, and releases", "main": "src/js/index.js", "bin": { "better_git_changelog": "./src/js/cli.js" }, "scripts": { "clean": "rm -f ./src/js/reflog_parser.js", "peg": "npx pegjs -o ./src/js/reflog_parser.js ./src/peg/reflog_parser.peg", "self": "node ./src/js/cli.js -- -b", "build": "npm run clean && npm run peg && npm run self", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/StoneCypher/better_git_changelog.git" }, "keywords": [ "changelog", "git", "release", "commit", "reference", "tag" ], "author": "John Haugeland <stonecypher@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/StoneCypher/better_git_changelog/issues" }, "homepage": "https://github.com/StoneCypher/better_git_changelog#readme", "devDependencies": { "pegjs": "^0.10.0", "semver": "^7.5.4" }, "dependencies": { "arg-parser": "^1.2.0", "commander": "^9.2.0" } }