UNPKG

@graphql-yoga/plugin-apq

Version:
44 lines 1.13 kB
{ "name": "@graphql-yoga/plugin-apq", "version": "1.7.0-alpha-20230220085449-2dbaeff8", "description": "APQ plugin for GraphQL Yoga.", "peerDependencies": { "@graphql-tools/utils": "^9.0.1", "graphql-yoga": "3.7.0-alpha-20230220085449-2dbaeff8" }, "dependencies": { "@whatwg-node/fetch": "^0.8.1", "tiny-lru": "^10.0.0" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/plugins/apq" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "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" } }