commit-now
Version:
AI-assisted git commit (Conventional Commits)
38 lines (37 loc) • 766 B
JSON
{
"name": "commit-now",
"version": "0.1.10",
"description": "AI-assisted git commit (Conventional Commits)",
"author": {
"name": "Fikri Rudiansyah",
"email": "fikrizhanking@gmail.com",
"url": "https://fikri.thedev.id"
},
"license": "MIT",
"repository": "https://github.com/superXdev/commit-now",
"keywords": [
"commit",
"conventional-commits",
"git",
"ai",
"lunos",
"commit-now",
"commit-ai"
],
"scripts": {
"start": "node dist/index.js",
"build": "tsc"
},
"bin": {
"cnow": "./dist/index.js"
},
"dependencies": {
"commander": "^14.0.0",
"inquirer": "^12.7.0",
"picocolors": "1.1.1"
},
"devDependencies": {
"@types/node": "^24.0.10",
"typescript": "^5.8.3"
}
}