@negoziator/ai-commit
Version:
Writes your git commit messages for you with AI
24 lines • 445 B
JSON
{
"name": "@negoziator/ai-commit",
"version": "1.25.0",
"publishConfig": {
"access": "public"
},
"description": "Writes your git commit messages for you with AI",
"keywords": [
"ai",
"git",
"commit"
],
"license": "MIT",
"repository": "negoziator/ai-commit",
"author": "Lars Schou",
"type": "module",
"files": [
"dist"
],
"bin": {
"aicommit": "./dist/cli.mjs",
"aic": "./dist/cli.mjs"
}
}