{
  "name": "@strapi/plugin-graphql",
  "version": "4.10.1",
  "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.12.0",
    "@strapi/design-system": "1.6.6",
    "@strapi/helper-plugin": "4.10.1",
    "@strapi/icons": "1.6.6",
    "@strapi/utils": "4.10.1",
    "apollo-server-core": "3.11.1",
    "apollo-server-koa": "3.10.0",
    "glob": "^7.1.7",
    "graphql": "^15.5.1",
    "graphql-depth-limit": "^1.1.0",
    "graphql-playground-middleware-koa": "^1.6.21",
    "graphql-scalars": "1.20.1",
    "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": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.3"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "GraphQL",
    "name": "graphql",
    "description": "Adds GraphQL endpoint with default API methods.",
    "kind": "plugin"
  },
  "gitHead": "23b531cef55c1583ea7d526b2baf2340a3129dad"
}
