commity-ai-commit-tool
Version:
AI-powered Git commit message generator with dynamic emoji selection
35 lines • 952 B
JSON
{
"name": "commity-ai-commit-tool",
"version": "1.0.23",
"description": "AI-powered Git commit message generator with dynamic emoji selection",
"icon": "logo.png",
"repository": {
"type": "git",
"url": "https://github.com/muhd-ameen/Commity.git"
},
"homepage": "https://github.com/muhd-ameen/Commity",
"bugs": {
"url": "https://github.com/muhd-ameen/Commity/issues"
},
"main": "index.js",
"type": "module",
"bin": {
"commity": "./cli-wrapper.js",
"commity-ai": "./cli-wrapper.js",
"ai-commit": "./cli-wrapper.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Tests not implemented yet\" && exit 0"
},
"dependencies": {
"simple-git": "^3.20.0",
"dotenv": "^16.0.3",
"inquirer": "^9.1.4",
"openai": "^4.0.0",
"chalk": "^5.3.0"
},
"keywords": ["git", "ai", "commit", "cli", "openai", "commity", "emoji"],
"author": "Muhammad Ameen",
"license": "MIT"
}