{
  "name": "@nest-mcp/gateway",
  "version": "0.2.15",
  "description": "NestJS MCP Gateway - Proxy, route, and aggregate multiple MCP servers",
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!dist/**/*.js.map",
    "!dist/**/*.d.ts.map"
  ],
  "keywords": [
    "nestjs",
    "nest",
    "mcp",
    "model-context-protocol",
    "ai",
    "llm",
    "mcp-gateway",
    "gateway",
    "proxy",
    "typescript",
    "anthropic",
    "openai",
    "claude"
  ],
  "homepage": "https://github.com/btwld/nest-mcp#gateway",
  "repository": {
    "type": "git",
    "url": "https://github.com/btwld/nest-mcp",
    "directory": "packages/gateway"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@nest-mcp/server": "0.8.1",
    "@nest-mcp/client": "0.3.2",
    "@nest-mcp/common": "0.6.1"
  },
  "peerDependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@nestjs/common": "^10.0.0 || ^11.0.0 || 12.0.0-alpha.5",
    "@nestjs/core": "^10.0.0 || ^11.0.0 || 12.0.0-alpha.5",
    "reflect-metadata": ">=0.1.13",
    "rxjs": "^7.0.0"
  },
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@nestjs/common": "^11.0.0",
    "@nestjs/core": "^11.0.0",
    "@nestjs/testing": "^11.0.0",
    "reflect-metadata": "^0.2.0",
    "rxjs": "^7.8.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "biome check src/",
    "clean": "rm -rf dist .turbo"
  }
}