{
  "name": "strapi-plugin-graphql",
  "version": "3.6.8",
  "description": "Adds GraphQL endpoint with default API methods.",
  "strapi": {
    "name": "graphql",
    "icon": "plug",
    "description": "graphql.plugin.description"
  },
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "@apollo/federation": "^0.20.7",
    "@graphql-tools/utils": "7.2.4",
    "apollo-server-koa": "2.24.0",
    "dataloader": "^1.4.0",
    "glob": "^7.1.6",
    "graphql": "15.5.0",
    "graphql-depth-limit": "^1.1.0",
    "graphql-iso-date": "^3.6.1",
    "graphql-playground-middleware-koa": "^1.6.21",
    "graphql-tools": "4.0.8",
    "graphql-type-json": "0.3.2",
    "graphql-type-long": "^0.1.1",
    "graphql-upload": "11.0.0",
    "koa-compose": "^4.1.0",
    "lodash": "4.17.21",
    "pluralize": "^8.0.0",
    "strapi-utils": "3.6.8"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "koa": "^2.13.1",
    "rimraf": "3.0.2"
  },
  "author": {
    "name": "A Strapi developer",
    "email": "",
    "url": ""
  },
  "maintainers": [
    {
      "name": "A Strapi developer",
      "email": "",
      "url": ""
    }
  ],
  "engines": {
    "node": ">=10.16.0 <=14.x.x",
    "npm": ">=6.0.0"
  },
  "license": "SEE LICENSE IN LICENSE",
  "gitHead": "8972d78e8d1783ded6089d0318bfb62aff8e6962"
}
