{
  "name": "@graphql-mesh/plugin-jwt-auth",
  "version": "1.5.5-alpha-b562098eff60f954bfa3bcb3855e1d364edaeaea",
  "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": ">=18.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.3",
    "@graphql-mesh/utils": "^0.104.3",
    "@graphql-yoga/plugin-jwt": "^3.7.6",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@envelop/core": "5.2.3",
    "@envelop/generic-auth": "9.1.3",
    "graphql": "^16.10.0",
    "graphql-yoga": "^5.13.5",
    "jsonwebtoken": "9.0.2",
    "pkgroll": "2.12.2"
  },
  "sideEffects": false
}