Files
aicommits/package.json
Hassan El Mghari aecf99d1ab rewrite v1
2023-02-13 15:28:08 -05:00

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