Files
aicommits/package.json
Hassan El Mghari 25c114bdcd v0.0.9
2023-02-13 15:42:55 -05:00

18 lines
401 B
JSON

{
"name": "aicommits",
"version": "0.0.9",
"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",
"node-fetch": "^3.3.0"
}
}