Files
aicommits/package.json
Hassan El Mghari 19cb493ee8 added node-fetch
2023-02-13 15:41:27 -05:00

17 lines
373 B
JSON

{
"name": "aicommits",
"version": "0.0.8",
"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"
}
}