UNPKG

smart-git-commit

Version:

AI-powered smart commit message generator for Git diffs.

26 lines (25 loc) 513 B
{ "name": "smart-git-commit", "version": "1.0.1", "description": "AI-powered smart commit message generator for Git diffs.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "smart-git-commit": "bin/smart-git-commit.js" }, "keywords": [ "git", "commit", "smart", "message" ], "author": "Raushan Raj", "license": "ISC", "dependencies": { "axios": "^1.11.0", "inquirer": "^12.7.0" } }