Files
aicommits/package.json
Hassan El Mghari f1fe0e9adf downgraded inquirer
2023-02-13 18:44:42 -05:00

25 lines
535 B
JSON

{
"name": "aicommits",
"version": "0.2.3",
"description": "Writes your git commit messages for you with AI",
"main": "bin/index.js",
"bin": {
"aicommits": "bin/index.js"
},
"repository": "https://github.com/Nutlope/aicommits",
"author": "Hassan El Mghari (@nutlope)",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.13.0",
"typescript": "^4.9.5"
},
"scripts": {
"build": "tsc"
},
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^8.0.0",
"node-fetch": "^3.3.0"
}
}