📝 CodeRabbit Chat: Add git/package.json and update root package.json

This commit is contained in:
coderabbitai[bot] 2025-06-11 12:22:26 +00:00 committed by GitHub
parent df758359e8
commit 9c62e00f1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 1 deletions

37
git/package.json Normal file
View File

@ -0,0 +1,37 @@
{
"name": "@coderabbit/git",
"version": "3.1.3",
"description": "Git integration utilities for CodeRabbit projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"git-util": "dist/cli.js"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "jest",
"lint": "eslint . --ext .ts",
"verify-version": "rg -n '3\\.1\\.2' --glob '!*node_modules/*' --glob '!*dist/*' || echo \"✅ old version removed\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeRabbitInc/git.git"
},
"keywords": [
"git",
"cli",
"utilities"
],
"author": "CodeRabbit Inc.",
"license": "MIT",
"dependencies": {
"commander": "^10.0.0"
},
"devDependencies": {
"typescript": "^5.1.0",
"jest": "^29.2.0",
"eslint": "^8.38.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.16.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "openapi-mcp-generator",
"version": "3.1.2",
"version": "3.1.3",
"description": "Generates MCP server code from OpenAPI specifications",
"license": "MIT",
"author": "Harsha",
@ -17,6 +17,7 @@
"README.md",
"LICENSE"
],
"types": "dist/index.d.ts",
"scripts": {
"start": "node dist/index.js",
"clean": "rimraf dist",