{
  "name": "@graphql-eslint/eslint-plugin",
  "version": "3.0.1",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "@babel/code-frame": "7.16.0",
    "@graphql-tools/code-file-loader": "7.2.2",
    "@graphql-tools/graphql-tag-pluck": "7.1.4",
    "@graphql-tools/import": "6.6.1",
    "@graphql-tools/utils": "8.5.3",
    "graphql-config": "4.1.0",
    "graphql-depth-limit": "1.1.0",
    "lodash.lowercase": "4.3.0"
  },
  "repository": "https://github.com/dotansimha/graphql-eslint",
  "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"
    }
  }
}
