commiter-cli
Version:
A CLI tool to standardize and translate Git commit messages
44 lines • 1.04 kB
JSON
{
"name": "commiter-cli",
"version": "1.4.1",
"description": "A CLI tool to standardize and translate Git commit messages",
"license": "MIT",
"author": "João Dutra <https://github.com/odutradev>",
"type": "module",
"main": "./lib/cli.js",
"bin": {
"commiter": "./bin/commiter.js"
},
"repository": {
"type": "git",
"url": "https://github.com/odutradev/commiter-cli.git"
},
"homepage": "https://github.com/odutradev/commiter-cli#readme",
"bugs": {
"url": "https://github.com/odutradev/commiter-cli/issues"
},
"scripts": {
"commiter": "node ./bin/commiter.js",
"publish-cli": "node ./publish.js"
},
"dependencies": {
"axios": "^1.9.0",
"chalk": "^5.4.1",
"cli-table": "^0.3.11",
"commander": "^13.1.0",
"figlet": "^1.8.1",
"gulog": "^2.0.0",
"inquirer": "^12.5.2"
},
"keywords": [
"commit",
"cli",
"git",
"standardization",
"translation",
"automation",
"developer-tools",
"commit-messages",
"productivity"
]
}