{
  "name": "@graphql-hive/nestjs",
  "version": "1.0.9-alpha-606e02259cd35d89045b83ad9f22dccd963686bf",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/nestjs"
  },
  "homepage": "https://the-guild.dev/graphql/hive/docs/gateway",
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pkgroll --clean-dist",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "@nestjs/common": "^10 || ^11",
    "@nestjs/graphql": "^12 || ^13",
    "graphql": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@graphql-hive/gateway": "1.13.5-alpha-606e02259cd35d89045b83ad9f22dccd963686bf",
    "@graphql-mesh/types": "^0.104.0",
    "@graphql-tools/utils": "^10.8.1",
    "@whatwg-node/promise-helpers": "^1.3.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@nestjs/common": "11.0.12",
    "@nestjs/core": "11.0.12",
    "@nestjs/graphql": "13.0.4",
    "@nestjs/testing": "11.0.12",
    "@types/supertest": "6.0.3",
    "fastify": "5.2.2",
    "graphql": "^16.9.0",
    "pkgroll": "2.11.2",
    "reflect-metadata": "0.2.2",
    "rxjs": "7.8.2",
    "supertest": "7.1.0"
  },
  "sideEffects": false
}