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.

45 lines
1.1 KiB

2 years ago
{
"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 <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.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"
}
}