| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "cz-git",
- "version": "1.6.1",
- "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 <zhengqbbb@gmail.com> (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.6.1",
- "@cz-git/loader": "1.6.1"
- },
- "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"
- }
- }
|