{
  "name": "@apollo/server-plugin-landing-page-graphql-playground",
  "version": "4.0.1",
  "description": "Apollo Server landing page plugin for GraphQL Playground",
  "type": "module",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apollographql/apollo-server",
    "directory": "packages/plugin-landing-page-graphql-playground"
  },
  "keywords": [],
  "author": "Apollo <packages@apollographql.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "engines": {
    "node": ">=14.0"
  },
  "//": "Don't caret this, we want to be explicit about the version of our fork of graphql-playground-html (and hopefully never change it)",
  "dependencies": {
    "@apollographql/graphql-playground-html": "1.6.29"
  },
  "peerDependencies": {
    "@apollo/server": "^4.0.0"
  }
}
