{
  "name": "@graphql-tools/relay-operation-optimizer",
  "version": "6.0.16",
  "description": "Package for optimizing your GraphQL operations relay style.",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-tools/utils": "6.0.16",
    "relay-compiler": "10.0.1"
  },
  "repository": "git@github.com:ardatan/graphql-tools.git",
  "keywords": [
    "graphql",
    "codegen",
    "graphql-codegen",
    "plugin",
    "relay"
  ],
  "author": {
    "name": "Laurin Quast",
    "email": "laurinquast@googlemail.com",
    "url": "https://github.com/n1ru4l"
  },
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "devDependencies": {
    "@types/relay-compiler": "8.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}