UNPKG

commitmonkey

Version:

commitmonkey is a Git hook that rewrites your boring commit messages into brutally honest, questionably professional roasts.

37 lines (36 loc) 911 B
{ "name": "commitmonkey", "version": "0.1.16", "description": "commitmonkey is a Git hook that rewrites your boring commit messages into brutally honest, questionably professional roasts.", "main": "lib/commitmonkey.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/commitmonkey/commitmonkey.git" }, "bin": { "commitmonkey": "lib/commitmonkey.js" }, "scripts": { "test-hook": "./test/test-hook.sh", "pub": "npm publish --access public" }, "keywords": [ "git", "git-hooks", "developer-tools", "entertainment" ], "author": "Josh O'Callaghan <josh@ocallaghan.io>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/commitmonkey/commitmonkey/issues" }, "homepage": "https://www.commitmonkey.dev", "directories": { "lib": "lib" }, "dependencies": { "openai": "^5.11.0", "yaml": "^2.8.0" } }