{
  "name": "@mgsoftwarebv/mcp-server-bridge",
  "version": "3.5.25",
  "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": "tsup",
    "dev": "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": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@octokit/rest": "^21.0.0",
    "crypto": "^1.0.1"
  },
  "devDependencies": {
    "@refront/db": "workspace:*",
    "@refront/document": "workspace:*",
    "@refront/invoice": "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/"
  }
}
