package.json•2.04 kB
{
"name": "@andrebuzeli/git-mcp",
"version": "5.4.10",
"description": "Professional MCP server for Git operations with Universal Mode - automatic multi-provider support (GitHub + Gitea), enhanced security, and comprehensive safety features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"git-mcp": "dist/index.js"
},
"files": [
"dist/",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"semantic-release": "semantic-release",
"prepublishOnly": "npm run build",
"clean": "rimraf dist",
"release": "npm run build && npm version patch && git push origin --follow-tags"
},
"keywords": [
"mcp",
"git",
"github",
"gitea",
"universal-mode",
"multi-provider",
"model-context-protocol",
"ai-agent",
"version-control",
"automation",
"cli",
"developer-tools",
"workflow",
"repository-management"
],
"author": "Andre Buzeli",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andrebuzeli/git-mcp.git"
},
"bugs": {
"url": "https://github.com/andrebuzeli/git-mcp/issues"
},
"homepage": "https://github.com/andrebuzeli/git-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"@octokit/rest": "^20.0.0",
"axios": "^1.6.0",
"simple-git": "^3.20.0"
},
"devDependencies": {
"semantic-release": "^20.1.0",
"@semantic-release/npm": "^10.0.0",
"@semantic-release/github": "^9.0.0",
"@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/release-notes-generator": "^10.0.0",
"@types/node": "^20.0.0",
"@types/jest": "^29.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"ts-node": "^10.0.0",
"ts-jest": "^29.0.0",
"rimraf": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}