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