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.
60 lines
1.3 KiB
60 lines
1.3 KiB
{
|
|
"name": "cz-git",
|
|
"version": "1.7.1",
|
|
"description": "A better customizable and git support commitizen adapter",
|
|
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
|
|
"license": "MIT",
|
|
"homepage": "https://cz-git.qbb.sh",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Zhengqbbb/cz-git",
|
|
"directory": "packages/cz-git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Zhengqbbb/cz-git/issues"
|
|
},
|
|
"keywords": [
|
|
"openai",
|
|
"commit",
|
|
"commitizen-adapter",
|
|
"cli",
|
|
"cz-cli",
|
|
"cz-git",
|
|
"cz-gitee",
|
|
"cz-adapter",
|
|
"customizable",
|
|
"cz-customizable"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"lib/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=v12.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"https-proxy-agent": "5.0.1",
|
|
"node-fetch": "2.6.9",
|
|
"rimraf": "3.0.2",
|
|
"@cz-git/inquirer": "1.7.1",
|
|
"@cz-git/loader": "1.7.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rimraf lib",
|
|
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
|
}
|
|
}
|