16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "aicommits",
|
|
"version": "0.0.4",
|
|
"description": "Writes your git commit messages for you with AI",
|
|
"main": "cli.js",
|
|
"bin": {
|
|
"gpt-commit": "./index.js"
|
|
},
|
|
"repository": "https://github.com/Nutlope/aicommits",
|
|
"author": "Hassan El Mghari (@nutlope)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inquirer": "^9.1.4"
|
|
}
|
|
}
|