@graphql-authz/directive
Version:
GraphQL Directive for graphql-authz
40 lines • 840 B
JSON
{
"name": "@graphql-authz/directive",
"version": "1.1.6",
"description": "GraphQL Directive for graphql-authz",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"/dist"
],
"author": "Dmitry Til <till.dima@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/AstrumU/graphql-authz.git",
"directory": "packages/directive"
},
"keywords": [
"typescript",
"graphql",
"schema",
"directives",
"authorization",
"authz",
"apollo",
"envelop"
],
"dependencies": {
"@graphql-tools/utils": "10.0.11"
},
"devDependencies": {
"graphql": "^16.0.0"
},
"peerDependencies": {
"@graphql-authz/core": "^1.3.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
}
}