UNPKG

pr-commit-ai-agent

Version:

A CLI tool powered by AI to streamline Git workflows by generating commit messages, branch names, and pull requests.

108 lines (107 loc) 2.68 kB
{ "name": "pr-commit-ai-agent", "version": "1.5.1", "description": "A CLI tool powered by AI to streamline Git workflows by generating commit messages, branch names, and pull requests.", "keywords": [ "AI", "CLI", "Git", "commit messages", "pull requests", "branch names", "OpenAI", "Anthropic", "Ollama", "DeepSeek", "GitHub", "automation", "developer tools", "semantic commits", "GitHub CLI", "AI assistant" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/meabed/pr-commit-ai-agent.git" }, "license": "MIT", "author": "Mohamed Meabed <mo.meabed@gmail.com>", "bin": { "ggpr": "./bin/run" }, "directories": { "lib": "src", "bin": "bin" }, "files": [ "dist", "bin" ], "scripts": { "build": "bun run build.ts", "build:watch": "bun run build.ts --watch", "clean": "rimraf dist", "commit": "cz", "commitlint": "commitlint --edit", "compile": "bunx tsc", "format": "bunx biome format .", "format:fix": "bunx biome format --write .", "lint": "bunx biome lint .", "lint:fix": "bunx biome lint --write .", "check": "bunx biome check .", "check:fix": "bunx biome check --write .", "prepare": "bunx husky", "release": "bunx semantic-release", "start": "bun run ./bin/run.ts", "start:node": "node ./bin/run", "test": "bun test", "test:watch": "bun test --watch" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "@ai-sdk/google": "^2.0.3", "@ai-sdk/provider": "2.0.0", "@anthropic-ai/sdk": "0.59.0", "@types/bun": "^1.2.19", "ai": "5.0.8", "conf": "^14.0.0", "consola": "3.4.2", "dotenv": "17.2.1", "execa": "^9.6.0", "giget": "2.0.0", "llm-cost": "^1.0.5", "ollama-ai-provider": "1.2.0", "openai": "5.12.2", "picocolors": "1.1.1", "simple-git": "3.28.0", "uuid": "11.1.0", "yargs": "18.0.0" }, "devDependencies": { "@biomejs/biome": "^2.1.4", "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@jest/globals": "30.0.5", "@tsconfig/node20": "20.1.6", "@types/jest": "30.0.0", "@types/node": "24.2.1", "@types/prompts": "2.4.9", "@types/signale": "1.4.7", "@types/yargs": "17.0.33", "commitizen": "4.3.1", "cz-conventional-changelog": "3.3.0", "husky": "9.1.7", "jest": "30.0.5", "rimraf": "6.0.1", "semantic-release": "24.2.7", "ts-jest": "29.4.1", "ts-node": "10.9.2", "tsup": "8.5.0", "typescript": "5.9.2" }, "packageManager": "bun" }