25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "aicommits",
|
|
"version": "0.2.2",
|
|
"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": "^9.1.4",
|
|
"node-fetch": "^3.3.0"
|
|
}
|
|
}
|