UNPKG

graphql-middleware

Version:
42 lines (41 loc) 951 B
{ "name": "graphql-middleware", "version": "6.1.35", "description": "GraphQL Middleware done right!", "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "dependencies": { "@graphql-tools/delegate": "^8.8.1", "@graphql-tools/schema": "^8.5.1" }, "repository": { "type": "git", "url": "https://github.com/maticzav/graphql-middleware.git" }, "homepage": "https://github.com/maticzav/graphql-middleware", "keywords": [ "graphql", "middleware", "schema", "resolvers", "server", "yoga" ], "author": "Matic Zavadlal <matic.zavadlal@gmail.com>", "license": "MIT", "main": "index.js", "module": "index.mjs", "types": "index.d.ts", "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" } }