UNPKG

@graphql-yoga/apollo-link

Version:
54 lines 1.24 kB
{ "name": "@graphql-yoga/apollo-link", "version": "3.13.2", "description": "", "peerDependencies": { "@apollo/client": "^3.5.9", "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { "@graphql-tools/executor-apollo-link": "^1.0.5", "@graphql-tools/executor-http": "^1.1.10", "tslib": "^2.8.1" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/apollo-link" }, "keywords": [ "graphql", "server", "graphql-yoga", "apollo" ], "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "engines": { "node": ">=18.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" } }