{
  "name": "graphql-shield",
  "version": "7.6.5",
  "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",
    "graphql-middleware": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^6.0.0"
  },
  "dependencies": {
    "@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"
  }
}