@sbeeredd04/auto-git
Version:
AI-powered Git automation with intelligent commit decisions using Gemini function calling, smart diff optimization, push control, and enhanced interactive terminal session with persistent command history
97 lines (96 loc) • 2.28 kB
JSON
{
"name": "@sbeeredd04/auto-git",
"version": "3.10.4",
"description": "AI-powered Git automation with intelligent commit decisions using Gemini function calling, smart diff optimization, push control, and enhanced interactive terminal session with persistent command history",
"main": "bin/auto-git.js",
"type": "module",
"bin": {
"auto-git": "bin/auto-git.js"
},
"scripts": {
"start": "node bin/auto-git.js",
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbeeredd04/auto-git.git"
},
"homepage": "https://github.com/sbeeredd04/auto-git#readme",
"bugs": {
"url": "https://github.com/sbeeredd04/auto-git/issues"
},
"keywords": [
"git",
"automation",
"ai",
"commit",
"gemini",
"cli",
"automatic",
"commit-message",
"file-watcher",
"conventional-commits",
"git-automation",
"ai-commit",
"google-gemini",
"auto-push",
"developer-tools",
"workflow",
"productivity",
"version-control",
"devops",
"continuous-integration",
"smart-commits",
"code-automation",
"git-hooks",
"nodejs-cli",
"cross-platform",
"interactive",
"terminal-session",
"command-history",
"markdown-formatting",
"ai-suggestions",
"syntax-highlighting",
"session-persistence",
"arrow-key-navigation",
"enhanced-ux",
"macos",
"windows",
"linux",
"terminal-compatibility",
"input-sanitization",
"git-syntax-highlighting",
"intelligent-commits",
"function-calling",
"diff-optimization",
"push-control",
"rate-limiting"
],
"author": "sbeeredd04",
"license": "MIT",
"dependencies": {
"@google/genai": "^1.0.1",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"cli-spinners": "^2.9.2",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"execa": "^8.0.1",
"inquirer": "^9.2.12",
"keypress": "^0.2.1",
"node-fetch": "^3.3.2",
"ora": "^8.0.1"
},
"engines": {
"node": ">=18.0.0",
"vscode": "^1.100.0"
},
"displayName": "GitCue",
"publisher": "sbeeredd04",
"icon": "icon.png",
"galleryBanner": {
"color": "#1e1e1e",
"theme": "dark"
}
}