gitzy
Version:
interactive conventional commits cli
32 lines • 676 B
JSON
{
"name": "gitzy",
"version": "5.9.0",
"description": "interactive conventional commits cli",
"keywords": [
"conventional commits",
"cli",
"git"
],
"homepage": "https://github.com/jimmy-guzman/gitzy",
"bugs": "https://github.com/jimmy-guzman/gitzy/issues",
"repository": "jimmy-guzman/gitzy",
"license": "MIT",
"author": "jimmy-guzman @jimmy-guzman",
"type": "module",
"bin": "./dist/index.mjs",
"files": [
"dist"
],
"dependencies": {
"commander": "^12.1.0",
"enquirer": "2.3.6",
"lilconfig": "^3.1.3",
"yaml": "^2.8.0"
},
"engines": {
"node": ">= 18"
},
"publishConfig": {
"access": "public"
}
}