pr-commit-ai-agent
Version:
A CLI tool powered by AI to streamline Git workflows by generating commit messages, branch names, and pull requests.
113 lines (112 loc) • 2.96 kB
JSON
{
"name": "pr-commit-ai-agent",
"version": "1.4.0",
"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": "tsup-node",
"build:watch": "tsup-node --watch",
"clean": "rimraf dist",
"commit": "cz",
"commitlint": "commitlint --edit",
"compile": "tsc",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"release": "semantic-release",
"start": "ts-node ./bin/run.ts",
"start:node": "node ./bin/run",
"test": "jest",
"test:watch": "jest --watchAll"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@ai-sdk/google": "^1.2.17",
"@ai-sdk/provider": "1.1.3",
"@anthropic-ai/sdk": "0.41.0",
"@eslint/js": "9.26.0",
"ai": "4.3.15",
"conf": "^13.1.0",
"consola": "3.4.2",
"dotenv": "16.5.0",
"execa": "^9.5.3",
"giget": "2.0.0",
"llm-cost": "^1.0.5",
"ollama-ai-provider": "1.2.0",
"openai": "4.98.0",
"picocolors": "1.1.1",
"simple-git": "3.27.0",
"uuid": "11.1.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@jest/globals": "29.7.0",
"@tsconfig/node20": "20.1.5",
"@types/jest": "29.5.14",
"@types/node": "22.15.17",
"@types/prompts": "2.4.9",
"@types/signale": "1.4.7",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.32.0",
"@typescript-eslint/parser": "8.32.0",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.26.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-unused-imports": "4.1.4",
"husky": "9.1.7",
"jest": "29.7.0",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"semantic-release": "24.2.3",
"ts-jest": "29.3.2",
"ts-node": "10.9.2",
"tsup": "8.4.0",
"typescript": "5.8.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}