UNPKG

@graphql-mesh/plugin-rate-limit

Version:
41 lines (40 loc) 964 B
{ "name": "@graphql-mesh/plugin-rate-limit", "version": "0.0.34-alpha-20220929214706-1fa5318d7", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@envelop/core": "^2.3.2", "@graphql-mesh/cross-helpers": "0.2.6", "@graphql-mesh/string-interpolation": "0.3.2", "@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7", "@graphql-tools/utils": "8.12.0", "minimatch": "5.1.0", "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" } }