commit-vibes
Version:
A CLI tool to add vibes to your Git commit messages
46 lines (45 loc) • 861 B
JSON
{
"name": "commit-vibes",
"version": "0.1.9",
"description": "A CLI tool to add vibes to your Git commit messages",
"bin": {
"commit-vibes": "./bin/commit-vibes.js"
},
"type": "module",
"scripts": {
"start": "node bin/commit-vibes.js"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"chalk": "^5.2.0",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"open": "^10.1.0",
"spotify-web-api-node": "^5.0.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=16"
},
"keywords": [
"git",
"commit",
"cli",
"git-commit",
"commit-message",
"developer-tools",
"dev-tools",
"cli-tool",
"workflow",
"automation",
"productivity",
"commit-vibes",
"vibes",
"emoji",
"mood",
"git-helper",
"fun"
],
"author": "Your Name",
"license": "MIT"
}