{
  "name": "@graphql-eslint/eslint-plugin",
  "version": "3.16.1-alpha-20230226234631-bb33f19",
  "description": "GraphQL plugin for ESLint",
  "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.18.6",
    "@graphql-tools/code-file-loader": "^7.3.6",
    "@graphql-tools/graphql-tag-pluck": "^7.3.6",
    "@graphql-tools/utils": "^9.0.0",
    "chalk": "^4.1.2",
    "debug": "^4.3.4",
    "fast-glob": "^3.2.12",
    "graphql-config": "^4.4.0",
    "graphql-depth-limit": "^1.1.0",
    "lodash.lowercase": "^4.3.0",
    "tslib": "^2.4.1"
  },
  "repository": "https://github.com/B2o5T/graphql-eslint",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "graphql"
  ],
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "require": {
        "types": "./typings/index.d.cts",
        "default": "./cjs/index.js"
      },
      "import": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      },
      "default": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      }
    }
  }
}