aicommit2
Version:
A Reactive CLI that generates git commit messages with various AI
73 lines • 1.5 kB
JSON
{
"name": "aicommit2",
"version": "2.2.7",
"description": "A Reactive CLI that generates git commit messages with various AI",
"keywords": [
"cli",
"ai",
"git",
"commit",
"git-commit",
"command-line",
"commandline",
"aipick",
"aicommit",
"aicommits",
"aicommit2",
"aicommits2",
"openai",
"huggingface",
"hugging face",
"anthropic",
"claude",
"claude3",
"gemini",
"gemini-pro",
"generative-ai",
"mistral",
"ollama",
"llama3",
"llama3.1",
"llm",
"chatgpt",
"cohere",
"groq",
"codestral",
"perplexity",
"deepseek"
],
"license": "MIT",
"repository": "tak-bro/aicommit2",
"author": "Hyungtak Jin(@tak-bro)",
"type": "module",
"files": [
"dist"
],
"bin": {
"aicommit2": "./dist/cli.mjs",
"aic2": "./dist/cli.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.0",
"@dqbd/tiktoken": "^1.0.16",
"@google/generative-ai": "^0.19.0",
"@inquirer/prompts": "^3.0.0",
"@pacote/xxhash": "^0.3.2",
"axios": "^1.6.8",
"chalk": "^5.3.0",
"chokidar": "^4.0.0",
"cohere-ai": "^7.15.4",
"copy-paste": "^1.5.3",
"figlet": "^1.7.0",
"formdata-node": "^6.0.3",
"groq-sdk": "^0.7.0",
"inquirer": "9.2.8",
"inquirer-reactive-list-prompt": "^1.0.15",
"ollama": "^0.5.12",
"openai": "^4.67.3",
"ora": "^8.0.1",
"readline": "^1.3.0",
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
}
}