{
  "name": "@nestjs/apollo",
  "version": "13.1.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@apollo)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nestjs/graphql#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/graphql.git"
  },
  "scripts": {
    "test:e2e": "jest --config ./tests/jest-e2e.ts --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.ts --runInBand --watch"
  },
  "bugs": {
    "url": "https://github.com/nestjs/graphql/issues"
  },
  "devDependencies": {
    "@apollo/gateway": "2.10.1",
    "@apollo/server": "4.9.3",
    "@apollo/server-plugin-response-cache": "4.1.4",
    "@apollo/subgraph": "2.2.3",
    "@as-integrations/fastify": "2.1.1",
    "@nestjs/common": "11.0.15",
    "@nestjs/core": "11.0.15",
    "@nestjs/platform-express": "11.0.15",
    "@nestjs/platform-fastify": "11.0.15",
    "@nestjs/testing": "11.0.15",
    "apollo-cache-inmemory": "1.6.6",
    "apollo-client": "2.6.10",
    "apollo-link-ws": "1.0.20"
  },
  "dependencies": {
    "@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
    "iterall": "1.3.0",
    "lodash.omit": "4.5.0",
    "tslib": "2.8.1"
  },
  "peerDependencies": {
    "@apollo/gateway": "^2.0.0",
    "@apollo/server": "^4.11.3",
    "@apollo/subgraph": "^2.0.0",
    "@as-integrations/fastify": "^2.1.1",
    "@nestjs/common": "^11.0.1",
    "@nestjs/core": "^11.0.1",
    "@nestjs/graphql": "^13.0.0",
    "graphql": "^16.10.0"
  },
  "peerDependenciesMeta": {
    "@apollo/gateway": {
      "optional": true
    },
    "@apollo/subgraph": {
      "optional": true
    },
    "@as-integrations/fastify": {
      "optional": true
    }
  },
  "gitHead": "416ebb0abebd69a75500f452ddbbe39de9722f72"
}
