@graphql-hive/yoga
Version: 
GraphQL Hive + GraphQL Yoga
53 lines • 1.41 kB
JSON
{
  "name": "@graphql-hive/yoga",
  "version": "0.41.1-alpha-20250320082919-d05fdf228f67a39180f7bbed0b86fdd33f13a514",
  "description": "GraphQL Hive + GraphQL Yoga",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
    "graphql-yoga": "^5.10.8"
  },
  "dependencies": {
    "@graphql-yoga/plugin-persisted-operations": "^3.9.0",
    "@graphql-hive/core": "0.10.1-alpha-20250320082919-d05fdf228f67a39180f7bbed0b86fdd33f13a514"
  },
  "repository": {
    "type": "git",
    "url": "graphql-hive/platform",
    "directory": "packages/libraries/yoga"
  },
  "homepage": "https://the-guild.dev/graphql/hive",
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "typings/index.d.ts",
  "typescript": {
    "definition": "typings/index.d.ts"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./typings/index.d.cts",
        "default": "./cjs/index.js"
      },
      "import": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      },
      "default": {
        "types": "./typings/index.d.ts",
        "default": "./esm/index.js"
      }
    },
    "./package.json": "./package.json"
  }
}