You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
1.1 KiB

{
"name": "czg",
"version": "1.5.3",
"description": "Interactive Commitizen CLI that generate standardized git commit message",
"keywords": [
"openai",
"commit",
"commit CLI",
"commit message",
"commitizen",
"commitizen-cli",
"cli",
"cz-git",
"cz-customizable"
],
"homepage": "https://cz-git.qbb.sh/cli/",
"bugs": {
"url": "https://github.com/Zhengqbbb/cz-git/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Zhengqbbb/cz-git",
"directory": "packages/cli"
},
"license": "MIT",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"bin": {
"czg": "bin/index.js",
"git-czg": "bin/index.js"
},
"files": [
"bin"
],
"devDependencies": {
"cachedir": "^2.3.0",
"dedent": "^0.7.0",
"fs-extra": "^11.1.0",
"inquirer": "8.2.4",
"minimist": "^1.2.8",
"rimraf": "3.0.2",
"cz-git": "1.5.3"
},
"scripts": {
"build": "pnpm clean && tsup",
"clean": "rimraf '*.tsbuildinfo' lib dist bin",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
}
}