git-mob-mcp-server
Version:
MCP Server for git-mob CLI app
64 lines (63 loc) • 1.65 kB
JSON
{
"name": "git-mob-mcp-server",
"version": "1.0.13",
"description": "MCP Server for git-mob CLI app",
"main": "dist/index.js",
"type": "module",
"bin": {
"git-mob-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"eslint": "eslint .",
"eslint:fix": "eslint --fix",
"format": "prettier --write \"**/*.{js,mjs,cjs,ts}\"",
"inspect": "npx @modelcontextprotocol/inspector node dist/index.js",
"lint": "npm-run-all typecheck eslint",
"lint:fix": "npm-run-all format typecheck eslint:fix",
"start": "npm-run-all --parallel watch inspect",
"test": "jest",
"typecheck": "tsc --noEmit",
"watch": "tsc --watch"
},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mubashwer/git-mob-mcp-server.git"
},
"keywords": [
"git-mob",
"mcp-server",
"git-pair",
"pair-programming"
],
"author": "Mubashwer Salman Khurshid",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.18",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"globals": "^16.1.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "3.5.3",
"semantic-release": "^24.2.5",
"shx": "^0.4.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4"
}
}