{
  "name": "@mgsoftwarebv/mcp-server-bridge",
  "version": "3.5.27",
  "description": "MCP Server bridge for MG Tickets - connects Cursor to HTTP MCP server with image support and GitHub code exploration",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mg-tickets-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "NODE_OPTIONS=--max-old-space-size=8192 tsup",
    "dev": "NODE_OPTIONS=--max-old-space-size=8192 tsup --watch",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "tickets",
    "bridge",
    "cursor",
    "mg-software"
  ],
  "author": "MG Software B.V. <info@mgsoftware.nl> (https://www.mgsoftware.nl)",
  "license": "MIT",
  "homepage": "https://www.mgsoftware.nl",
  "bugs": {
    "url": "https://github.com/mgsoftwarebv/tickets-v2/issues"
  },
  "dependencies": {
    "@azure/msal-node": "^2.15.0",
    "@microsoft/microsoft-graph-client": "^3.0.7",
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@octokit/rest": "^21.0.0",
    "cheerio": "^1.0.0",
    "crypto": "^1.0.1",
    "imapflow": "^1.0.171",
    "mailparser": "^3.7.2",
    "nodemailer": "^6.9.16"
  },
  "devDependencies": {
    "@refront/db": "workspace:*",
    "@refront/document": "workspace:*",
    "@refront/invoice": "workspace:*",
    "@refront/mailcenter": "workspace:*",
    "@refront/quotation": "workspace:*",
    "@refront/storage": "workspace:*",
    "@refront/utils": "workspace:*",
    "@types/node": "^20.0.0",
    "drizzle-orm": "^0.44.6",
    "tsup": "^8.0.0",
    "typescript": "^6.0.3"
  },
  "exports": {
    ".": "./dist/index.js",
    "./web-handler": "./src/web-handler.ts",
    "./staged-attachment-upload": "./src/staged-attachment-upload.ts",
    "./server": "./src/server.ts",
    "./auth": "./src/auth.ts"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgsoftwarebv/tickets-v2.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
