{ "name": "cz-git", "version": "1.5.3", "description": "A better customizable and git support commitizen adapter", "keywords": [ "openai", "commit", "commitizen-adapter", "cli", "cz-cli", "cz-git", "cz-gitee", "cz-adapter", "customizable", "cz-customizable" ], "homepage": "https://cz-git.qbb.sh", "bugs": { "url": "https://github.com/Zhengqbbb/cz-git/issues" }, "repository": { "type": "git", "url": "https://github.com/Zhengqbbb/cz-git", "directory": "packages/cz-git" }, "license": "MIT", "author": "Zhengqbbb (https://github.com/Zhengqbbb)", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "devDependencies": { "node-fetch": "^2.6.9", "rimraf": "3.0.2", "@cz-git/inquirer": "1.5.3", "@cz-git/loader": "1.5.3" }, "scripts": { "build": "pnpm clean && tsc -b tsconfig.build.json && tsup && rimraf dist", "build:dev": "pnpm clean && tsc -b", "clean": "rimraf '*.tsbuildinfo' lib dist", "release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" } }