{
  "name": "@strapi/plugin-graphql",
  "version": "4.13.6",
  "description": "Adds GraphQL endpoint with default API methods.",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/plugins/graphql"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@graphql-tools/schema": "8.5.1",
    "@graphql-tools/utils": "^8.13.1",
    "@strapi/design-system": "1.10.1",
    "@strapi/helper-plugin": "4.13.6",
    "@strapi/icons": "1.10.1",
    "@strapi/utils": "4.13.6",
    "apollo-server-core": "3.12.1",
    "apollo-server-koa": "3.10.0",
    "glob": "7.2.3",
    "graphql": "^15.5.1",
    "graphql-depth-limit": "^1.1.0",
    "graphql-playground-middleware-koa": "^1.6.21",
    "graphql-scalars": "1.22.2",
    "graphql-upload": "^13.0.0",
    "koa-compose": "^4.1.0",
    "lodash": "4.17.21",
    "nexus": "1.3.0",
    "pluralize": "^8.0.0"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "koa": "2.13.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "GraphQL",
    "name": "graphql",
    "description": "Adds GraphQL endpoint with default API methods.",
    "kind": "plugin"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
