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