// This package provides a CLI tool, not a library.// Use the 'commit-message' command after installation.exportconst name = '@commit-message/cli';
exportconst description = 'Git commit message automation tool for JavaScript repositories';
exportdefault {
name,
description
};