commit-amt
Version:
AI-powered conventional commit message generator using Together.ai, smart CLI for easy, consistent git commits
31 lines • 668 B
JSON
{
"name": "commit-amt",
"version": "1.2.2",
"description": "AI-powered conventional commit message generator using Together.ai, smart CLI for easy, consistent git commits",
"main": "index.js",
"bin": {
"commit-amt": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"commit",
"conventional-commit",
"git",
"commit-message",
"ai",
"cli",
"together-ai",
"git-automation"
],
"author": "",
"license": "MIT",
"dependencies": {
"together-ai": "latest",
"inquirer": "^8.2.4",
"axios": "^1.3.4",
"chalk": "^4.1.2",
"dotenv": "^16.0.3"
}
}