{
  "name": "@graphql-modules/core",
  "version": "0.7.17",
  "peerDependencies": {
    "graphql": "^14.1.1 || ^15.0.0"
  },
  "repository": "https://github.com/Urigo/graphql-modules.git",
  "homepage": "https://graphql-modules.com/",
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "dependencies": {
    "@graphql-modules/di": "0.7.17",
    "@graphql-toolkit/common": "0.10.6",
    "@graphql-toolkit/schema-merging": "0.10.6",
    "apollo-server-caching": "0.5.1",
    "deepmerge": "4.2.2",
    "graphql-tools": "5.0.0",
    "tslib": "2.0.0"
  },
  "sideEffects": false
}