Compare commits
1 Commits
main
...
coderabbit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c62e00f1c |
37
git/package.json
Normal file
37
git/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user