Files
aicommits/package.json
Hassan El Mghari 053b10dc8a v0.0.5
2023-02-13 15:32:21 -05:00

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"
}
}