UNPKG

ai-commit-guard

Version:

AI-powered pre-commit code review tool that works with any programming language and framework

72 lines 1.55 kB
{ "name": "ai-commit-guard", "version": "1.3.1", "description": "AI-powered pre-commit code review tool that works with any programming language and framework", "main": "index.js", "bin": { "ai-commit-guard": "./index.js" }, "scripts": { "test": "node test.js", "setup": "node setup-hooks.js", "postinstall": "echo '🤖 AI Commit Guard installed! Run: npx ai-commit-guard --setup to configure in your project'" }, "files": [ "index.js", "setup-hooks.js", "test.js", "README.md", "LICENSE" ], "keywords": [ "ai", "code-review", "pre-commit", "git-hooks", "openai", "claude", "gemini", "cohere", "ollama", "universal", "multi-language", "code-quality", "husky", "automation", "javascript", "typescript", "python", "golang", "rust", "java", "security", "best-practices" ], "dependencies": { "chalk": "^4.1.2" }, "devDependencies": { "husky": "^9.0.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/ademalkan/ai-commit-guard.git" }, "bugs": { "url": "https://github.com/ademalkan/ai-commit-guard/issues" }, "homepage": "https://github.com/ademalkan/ai-commit-guard#readme", "author": { "name": "Adem Alkan", "email": "ademalkan321@gmail.com", "url": "https://github.com/ademalkan" }, "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ademalkan" } }