@graphql-mesh/plugin-response-cache
Version:
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "@graphql-mesh/plugin-response-cache",
"version": "0.1.49-alpha-20221107134338-bee75dd07",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@envelop/core": "^3.0.0",
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/types": "0.85.8-alpha-20221107134338-bee75dd07",
"@graphql-mesh/utils": "0.42.7-alpha-20221107134338-bee75dd07",
"@graphql-yoga/plugin-response-cache": "1.0.0-next.10",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/plugins/response-cache"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}