{
  "name": "@graphql-mesh/plugin-jwt-auth",
  "version": "2.0.11",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/plugins/jwt-auth"
  },
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pkgroll --clean-dist",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@graphql-mesh/types": "^0.104.27",
    "@graphql-mesh/utils": "^0.104.36",
    "@graphql-yoga/plugin-jwt": "^3.10.2",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@envelop/core": "^5.4.0",
    "@envelop/generic-auth": "^11.0.0",
    "graphql": "^16.12.0",
    "graphql-yoga": "^5.16.2",
    "jsonwebtoken": "9.0.3",
    "pkgroll": "2.27.0"
  },
  "sideEffects": false
}