mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 12:03:15 +03:00
ce1d468f0b
Apparently, NPM doesn't like numbers in package names and recognizes them as spam.
56 lines
1.2 KiB
Cheetah
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}"
|
|
]
|
|
}
|