@graphql-mesh/plugin-rate-limit
Version:
40 lines (39 loc) • 932 B
JSON
{
"name": "@graphql-mesh/plugin-rate-limit",
"version": "0.0.47-alpha-20221107134338-bee75dd07",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.2.9",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/types": "0.85.8-alpha-20221107134338-bee75dd07",
"@graphql-tools/utils": "9.0.1",
"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"
}
}