@graphql-yoga/apollo-link
Version:
54 lines • 1.3 kB
JSON
{
"name": "@graphql-yoga/apollo-link",
"version": "5.1.0-alpha-20250916134242-84e37e7f34704aa7434b00ca67392c98179ef766",
"description": "",
"peerDependencies": {
"@apollo/client": "^4.0.4",
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/executor-apollo-link": "^2.0.0",
"@graphql-tools/executor-http": "^3.0.0",
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql-hive/graphql-yoga.git",
"directory": "packages/apollo-link"
},
"keywords": [
"graphql",
"server",
"graphql-yoga",
"apollo"
],
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=20.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"
}
}