{
  "name": "graphql-config",
  "version": "5.1.6",
  "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
  "sideEffects": false,
  "peerDependenciesMeta": {
    "cosmiconfig-toml-loader": {
      "optional": true
    }
  },
  "peerDependencies": {
    "cosmiconfig-toml-loader": "^1.0.0",
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "@graphql-tools/graphql-file-loader": "^8.0.0",
    "@graphql-tools/json-file-loader": "^8.0.0",
    "@graphql-tools/load": "^8.1.0",
    "@graphql-tools/merge": "^9.0.0",
    "@graphql-tools/url-loader": "^9.0.0",
    "@graphql-tools/utils": "^11.0.0",
    "cosmiconfig": "^8.1.0",
    "jiti": "^2.0.0",
    "minimatch": "^10.0.0",
    "string-env-interpolation": "^1.0.1",
    "tslib": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kamilkisiela/graphql-config.git"
  },
  "homepage": "https://graphql-config.com",
  "keywords": [
    "graphql",
    "config",
    "relay",
    "apollo"
  ],
  "author": {
    "email": "kamil.kisiela@gmail.com",
    "name": "Kamil Kisiela",
    "url": "https://github.com/kamilkisiela"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 16.0.0"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./typings/index.d.cts",
        "default": "./cjs/index.js"
      },
      "import": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      },
      "default": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      }
    },
    "./package.json": "./package.json"
  }
}