aicommits
Version:
Writes your git commit messages for you with AI
24 lines • 455 B
JSON
{
"name": "aicommits",
"version": "1.11.0",
"description": "Writes your git commit messages for you with AI",
"keywords": [
"ai",
"git",
"commit"
],
"license": "MIT",
"repository": "Nutlope/aicommits",
"author": "Hassan El Mghari (@nutlope)",
"type": "module",
"files": [
"dist"
],
"bin": {
"aicommits": "./dist/cli.mjs",
"aic": "./dist/cli.mjs"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.2"
}
}