37 lines
885 B
JSON
37 lines
885 B
JSON
{
|
|
"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"
|
|
}
|
|
} |