1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 12:03:15 +03:00
git-cliff/npm/package.json.tmpl
Orhun Parmaksız ce1d468f0b
fix(npm): rename the NPM binary package for Windows
Apparently, NPM doesn't like numbers in package names and recognizes them as spam.
2023-01-09 19:05:57 +03:00

56 lines
1.2 KiB
Cheetah

{
"name": "${node_pkg}",
"version": "${version}",
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️",
"repository": {
"type": "git",
"url": "git+https://github.com/orhun/git-cliff.git"
},
"keywords": [
"git-cliff",
"git",
"changelog",
"change log",
"CHANGELOG.md",
"commit messages",
"commits",
"changes",
"unreleased",
"history",
"what's new",
"change set",
"conventionalcommits.org",
"conventional",
"conventional-commit",
"conventional-changelog",
"releases",
"release notes",
"git-changelog",
"versioning",
"semver",
"distribution",
"semantic",
"semantic versioning",
"parser",
"changelog-generator",
"generator",
"keepachangelog",
"keep-a-changelog",
"commit",
"automation",
"rust"
],
"author": "git-cliff contributors <git-cliff@protonmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/orhun/git-cliff/issues"
},
"homepage": "https://github.com/orhun/git-cliff#readme",
"os": [
"${node_os}"
],
"cpu": [
"${node_arch}"
]
}