Created
July 10, 2025 16:58
-
-
Save possibilities/989a936c3f53f5608cd44c47e7da2f43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "commit-creator", | |
| "version": "0.1.8", | |
| "author": "Mike Bannister <[email protected]>", | |
| "license": "MIT", | |
| "description": "Commit Creator CLI", | |
| "bin": { | |
| "commit-creator": "./commit-creator.sh" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/your-username/commit-creator.git" | |
| }, | |
| "scripts": { | |
| "release": "./release.sh", | |
| "release:patch": "./release.sh patch", | |
| "release:minor": "./release.sh minor", | |
| "release:major": "./release.sh major" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment