{
  "name": "@graphql-modules/core",
  "version": "0.7.17",
  "repository": "https://github.com/Urigo/graphql-modules.git",
  "homepage": "https://graphql-modules.com/",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "yarn clean",
    "build": "bob",
    "prepack": "bob-update-version",
    "test": "jest --config ../../jest.config.js"
  },
  "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"
  },
  "peerDependencies": {
    "graphql": "^14.1.1 || ^15.0.0"
  },
  "devDependencies": {
    "apollo-cache-inmemory": "1.6.6",
    "apollo-client": "2.6.10",
    "apollo-link-schema": "1.2.5",
    "bob-the-bundler": "0.3.4",
    "graphql-tag": "2.10.3",
    "jest": "26.0.1",
    "typescript": "3.9.2"
  },
  "sideEffects": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "buildOptions": {
    "input": "./src/index.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f7ca28b54de9c3677fccf2e8f3c3405159b38be1"
}
