gitlify
Version:
A powerful CLI tool to analyze uncommitted git changes with detailed reports, function detection, and beautiful terminal output
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "gitlify",
"version": "1.1.0",
"description": "A powerful CLI tool to analyze uncommitted git changes with detailed reports, function detection, and beautiful terminal output",
"main": "src/index.js",
"bin": {
"gitlify": "./bin/gitlify.js"
},
"scripts": {
"start": "node bin/gitlify.js"
},
"keywords": [
"git",
"cli",
"diff",
"analysis",
"uncommitted",
"changes",
"terminal",
"gitlify",
"git-lify",
"code-analysis",
"function-detection",
"security",
"performance",
"zero-dependencies"
],
"author": "Eren Can Ucar",
"license": "MIT",
"dependencies": {
"termcolorized": "^1.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/erencanucarr/gitlify.git"
},
"bugs": {
"url": "https://github.com/erencanucarr/gitlify/issues"
},
"homepage": "https://github.com/erencanucarr/gitlify#readme"
}