12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "czg",
- "version": "1.6.1",
- "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",
- "lib"
- ],
- "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.6.1"
- },
- "scripts": {
- "build": "pnpm clean && tsup",
- "clean": "rimraf '*.tsbuildinfo' lib",
- "release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
- }
- }
|