{
  "name": "@graphql-yoga/graphiql",
  "version": "4.5.0",
  "type": "module",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-hive/graphql-yoga.git",
    "directory": "packages/graphiql"
  },
  "author": "Laurin Quast <laurinquast@googlemail.com>",
  "license": "MIT",
  "main": "dist/yoga-graphiql.umd.js",
  "module": "dist/yoga-graphiql.es.js",
  "exports": {
    ".": {
      "require": "./dist/yoga-graphiql.umd.js",
      "import": "./dist/yoga-graphiql.es.js",
      "default": "./dist/yoga-graphiql.es.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "graphql",
    "graphiql"
  ],
  "dependencies": {
    "@graphiql/plugin-explorer": "5.1.1",
    "@graphiql/toolkit": "0.11.3",
    "@graphql-tools/url-loader": "9.0.4",
    "graphiql": "5.2.0",
    "graphql": "17.0.2",
    "json-bigint-patch": "0.0.8",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@types/react": "19.2.4",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "5.1.1",
    "vite": "7.3.2",
    "vite-plugin-monaco-editor": "1.1.0"
  },
  "sideEffects": false,
  "bob": false,
  "scripts": {
    "build": "BUILD=true vite build",
    "check": "tsgo --pretty --noEmit",
    "start": "vite"
  }
}