Files
aicommits/package.json
2023-02-13 17:09:11 -05:00

19 lines
424 B
JSON

{
"name": "aicommits",
"version": "0.1.4",
"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": {
"chalk": "^5.2.0",
"inquirer": "^9.1.4",
"node-fetch": "^3.3.0"
}
}