UNPKG

@praha/envelop-request-cache

Version:

This plugin caches arbitrary values within the request scope to optimize execution flow

66 lines 1.63 kB
{ "name": "@praha/envelop-request-cache", "version": "1.2.2", "description": "This plugin caches arbitrary values within the request scope to optimize execution flow", "keywords": [ "javascript", "typescript", "graphql", "envelop", "cache" ], "homepage": "https://github.com/praha-inc/envelop-plugins/blob/main/packages/request-cache/README.md", "bugs": { "url": "https://github.com/praha-inc/envelop-plugins/issues" }, "repository": { "type": "git", "url": "git+https://github.com/praha-inc/envelop-plugins.git", "directory": "packages/request-cache" }, "license": "MIT", "author": "PrAha, Inc.", "sideEffects": false, "type": "module", "exports": { "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.cjs" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" } }, "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.js", "types": "./dist/cjs/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "devDependencies": { "@envelop/core": "5.2.3", "@envelop/testing": "8.1.3", "@graphql-tools/schema": "10.0.23", "@rslib/core": "0.9.2", "@types/node": "22.15.31", "eslint": "9.28.0", "typescript": "5.8.3", "vitest": "3.2.3" }, "peerDependencies": { "@envelop/core": "^5.0.0" }, "publishConfig": { "provenance": true }, "scripts": { "build": "rslib build", "test": "vitest run", "test:watch": "vitest watch", "lint:code": "eslint .", "lint:type": "tsc --noEmit" } }