graphql-shield
Version:
GraphQL Server permissions as another layer of abstraction!
51 lines • 1.43 kB
JSON
{
"name": "graphql-shield",
"version": "8.0.0-alpha-20221215200711-24c1953",
"description": "GraphQL Server permissions as another layer of abstraction!",
"sideEffects": false,
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.17",
"@graphql-tools/wrap": "9.2.16",
"@graphql-tools/resolvers-composition": "6.5.12",
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/utils": "9.1.1",
"@types/yup": "0.29.13",
"object-hash": "^3.0.0",
"tslib": "^2.4.0",
"yup": "^0.32.0"
},
"repository": {
"type": "git",
"url": "https://github.com/maticzav/graphql-shield.git"
},
"homepage": "https://github.com/maticzav/graphql-shield",
"author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
"license": "MIT",
"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"
}
}