UNPKG

@graphql-mesh/plugin-jwt-auth

Version:
47 lines 1.11 kB
{ "name": "@graphql-mesh/plugin-jwt-auth", "version": "0.0.8-alpha-20240731212710-7bf0f9d3d294db0cf96217c25810dc7cba4b06a1", "sideEffects": false, "peerDependencies": { "@graphql-mesh/types": "^0.99.5", "@graphql-mesh/utils": "^0.99.5", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-yoga/plugin-jwt": "3.0.1" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/plugins/jwt-auth" }, "license": "MIT", "engines": { "node": ">=16.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "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" } }, "./package.json": "./package.json" } }