{
  "name": "@graphql-tools/import",
  "version": "6.6.1",
  "description": "A set of utils for faster development of GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "@graphql-tools/utils": "8.5.3",
    "resolve-from": "5.0.0",
    "tslib": "~2.3.0"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-tools",
    "directory": "packages/import"
  },
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./*": {
      "require": "./*.js",
      "import": "./*.mjs"
    }
  }
}
