{
  "name": "@graphql-tools/json-file-loader",
  "version": "6.2.6",
  "description": "A set of utils for faster development of GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-tools/utils": "^7.0.0",
    "tslib": "~2.0.1"
  },
  "repository": "git@github.com:ardatan/graphql-tools.git",
  "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"
  }
}
