UNPKG

pr-desc-cli

Version:
68 lines (67 loc) 1.62 kB
{ "name": "pr-desc-cli", "version": "1.1.4", "description": "AI-powered PR description generator", "author": "Daniel Demelash <danielddemissie@gmail.com>", "main": "dist/index.js", "type": "module", "bin": { "pr-desc": "dist/index.js" }, "scripts": { "clean": "rm -rf dist", "dev": "tsx src/index.ts", "build": "npm run clean && tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build", "release:patch": "npm version patch", "release:minor": "npm version minor", "release:major": "npm version major", "postversion": "git push --tags && gh release create $(git describe --tags --abbrev=0) --generate-notes" }, "dependencies": { "@ai-sdk/openai": "^1.0.0", "@inquirer/prompts": "^7.8.1", "ai": "^4.0.0", "chalk": "^5.3.0", "commander": "^12.0.0", "dotenv": "^16.4.0", "ora": "^8.0.0", "simple-git": "^3.25.0", "zod": "^3.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "pr-desc-cli", "pr-desc", "cli", "ai", "pull-request", "pr-description", "pr-description-cli", "git", "typescript", "automation", "groq", "deepinfra", "ollama" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/danielddemissie/pr-desc-cli.git" }, "bugs": { "url": "https://github.com/danielddemissie/pr-desc-cli/issues" }, "homepage": "https://github.com/danielddemissie/pr-desc-cli#readme" }