auto-commit-ai
Version:
AI-powered tool to automatically generate your git commit messages
28 lines • 534 B
JSON
{
"name": "auto-commit-ai",
"version": "1.2.0",
"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": {
"@dqbd/tiktoken": "^1.0.2",
"update-notifier": "^7.3.1",
"@types/update-notifier": "^6.0.8"
}
}