{
  "name": "@graphql-tools/graphql-file-loader",
  "version": "6.2.7",
  "description": "A set of utils for faster development of GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-tools/import": "^6.2.6",
    "@graphql-tools/utils": "^7.0.0",
    "tslib": "~2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-tools",
    "directory": "packages/loaders/graphql-file"
  },
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  }
}
