@graphql-yoga/plugin-response-cache
Version:
For the documentation check `http://graphql-yoga.com/docs/response-cache`
54 lines • 1.25 kB
JSON
{
"name": "@graphql-yoga/plugin-response-cache",
"version": "3.15.3",
"description": "",
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"graphql-yoga": "^5.13.2"
},
"dependencies": {
"@envelop/core": "^5.2.3",
"@envelop/response-cache": "^7.1.3",
"@whatwg-node/promise-helpers": "^1.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-yoga.git",
"directory": "packages/plugins/response-cache"
},
"keywords": [
"graphql",
"server",
"api",
"graphql-server"
],
"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"
}
}