UNPKG

auto-commit-ai

Version:

AI-powered tool to automatically generate your git commit messages

47 lines 1.06 kB
{ "name": "auto-commit-ai", "version": "1.4.5", "description": "AI-powered tool to automatically generate your git commit messages", "keywords": [ "ai", "git", "gpt", "commit", "autocommit", "aicommit", "commit-ai" ], "license": "MIT", "type": "module", "files": [ "dist" ], "bin": { "autocommit": "./dist/cli.mjs", "aca": "./dist/cli.mjs" }, "dependencies": { "@clack/prompts": "^0.11.0", "@dqbd/tiktoken": "^1.0.2", "@types/ini": "^4.1.1", "@types/react": "^19.1.8", "@types/update-notifier": "^6.0.8", "cleye": "^1.3.2", "execa": "^8.0.1", "gaxios": "^7.1.1", "https-proxy-agent": "^7.0.5", "ini": "^5.0.0", "ink": "^6.0.1", "ink-big-text": "^2.0.0", "ink-gradient": "^3.0.0", "ink-select-input": "^6.2.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "kolorist": "^1.7.0", "open": "^10.1.2", "openai": "^3.2.1", "react": "^19.1.0", "read-package-up": "^11.0.0", "update-notifier": "^7.3.1" } }