{
  "name": "@graphql-mesh/config",
  "version": "0.97.7-alpha-20230914192409-5b753fa89",
  "sideEffects": false,
  "peerDependencies": {
    "@graphql-mesh/cross-helpers": "^0.4.0",
    "@graphql-mesh/runtime": "0.96.5-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/store": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/types": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/utils": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-tools/utils": "^9.2.1 || ^10.0.0",
    "graphql": "*",
    "tslib": "^2.4.0"
  },
  "dependencies": {
    "@envelop/core": "^4.0.0",
    "@graphql-mesh/cache-localforage": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/merger-bare": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/merger-stitching": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-tools/code-file-loader": "^8.0.0",
    "@graphql-tools/graphql-file-loader": "^8.0.0",
    "@graphql-tools/load": "^8.0.0",
    "@graphql-yoga/plugin-persisted-operations": "^2.0.3",
    "@whatwg-node/fetch": "^0.9.0",
    "camel-case": "^4.1.2",
    "param-case": "^3.0.4",
    "pascal-case": "^3.1.2"
  },
  "repository": {
    "type": "git",
    "url": "Urigo/graphql-mesh",
    "directory": "packages/config"
  },
  "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"
  }
}