Files
aicommits/package.json
Hassan El Mghari 860bef86e7 fixed bugs
2023-02-13 15:37:41 -05:00

17 lines
369 B
JSON

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