@graphql-mesh/apollo-link
Version:
45 lines • 1.17 kB
JSON
{
"name": "@graphql-mesh/apollo-link",
"version": "0.98.1-alpha-20240306103519-2d32e757c5b57b02c4cc86c9d11b43714f531e04",
"sideEffects": false,
"peerDependencies": {
"@apollo/client": "^3.5.9",
"@graphql-mesh/runtime": "0.98.1-alpha-20240306103519-2d32e757c5b57b02c4cc86c9d11b43714f531e04",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"graphql": "^15.2.0 || ^16.0.0",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-mesh",
"directory": "packages/legacy/apollo-link"
},
"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"
}
}