2022-05-18 07:26:57 +00:00
|
|
|
{
|
2024-04-23 15:51:43 +00:00
|
|
|
"name": "@graphql-hive/yoga",
|
2026-01-12 10:52:17 +00:00
|
|
|
"version": "0.47.0",
|
2022-11-24 10:00:41 +00:00
|
|
|
"type": "module",
|
2024-04-23 15:51:43 +00:00
|
|
|
"description": "GraphQL Hive + GraphQL Yoga",
|
2022-05-18 07:26:57 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-10-14 14:36:45 +00:00
|
|
|
"url": "graphql-hive/platform",
|
2024-04-23 15:51:43 +00:00
|
|
|
"directory": "packages/libraries/yoga"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
2024-04-23 15:51:43 +00:00
|
|
|
"homepage": "https://the-guild.dev/graphql/hive",
|
2022-11-24 10:00:41 +00:00
|
|
|
"author": {
|
|
|
|
|
"email": "contact@the-guild.dev",
|
|
|
|
|
"name": "The Guild",
|
|
|
|
|
"url": "https://the-guild.dev"
|
|
|
|
|
},
|
2022-05-18 07:26:57 +00:00
|
|
|
"license": "MIT",
|
2023-07-20 11:15:07 +00:00
|
|
|
"engines": {
|
2024-04-23 15:51:43 +00:00
|
|
|
"node": ">=16.0.0"
|
2023-07-20 11:15:07 +00:00
|
|
|
},
|
2022-11-01 00:11:53 +00:00
|
|
|
"main": "dist/cjs/index.js",
|
|
|
|
|
"module": "dist/esm/index.js",
|
2022-05-18 07:26:57 +00:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2022-11-01 00:11:53 +00:00
|
|
|
"require": {
|
|
|
|
|
"types": "./dist/typings/index.d.cts",
|
|
|
|
|
"default": "./dist/cjs/index.js"
|
|
|
|
|
},
|
|
|
|
|
"import": {
|
|
|
|
|
"types": "./dist/typings/index.d.ts",
|
|
|
|
|
"default": "./dist/esm/index.js"
|
|
|
|
|
},
|
|
|
|
|
"default": {
|
|
|
|
|
"types": "./dist/typings/index.d.ts",
|
|
|
|
|
"default": "./dist/esm/index.js"
|
|
|
|
|
}
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
2022-11-22 16:58:48 +00:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"typings": "dist/typings/index.d.ts",
|
2022-05-18 07:26:57 +00:00
|
|
|
"scripts": {
|
2024-04-23 15:51:43 +00:00
|
|
|
"build": "node ../../../scripts/generate-version.mjs && bob build",
|
2022-11-22 16:58:48 +00:00
|
|
|
"check:build": "bob check"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2024-04-23 15:51:43 +00:00
|
|
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
2025-01-03 10:16:27 +00:00
|
|
|
"graphql-yoga": "^5.10.8"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-04-23 15:51:43 +00:00
|
|
|
"@graphql-hive/core": "workspace:*",
|
2025-11-26 11:49:37 +00:00
|
|
|
"@graphql-hive/logger": "^1.0.9",
|
2025-01-03 10:16:27 +00:00
|
|
|
"@graphql-yoga/plugin-persisted-operations": "^3.9.0"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-14 12:12:12 +00:00
|
|
|
"@graphql-tools/schema": "10.0.25",
|
2024-08-18 08:44:53 +00:00
|
|
|
"@graphql-yoga/plugin-defer-stream": "3.7.0",
|
|
|
|
|
"@graphql-yoga/plugin-disable-introspection": "2.7.0",
|
|
|
|
|
"@graphql-yoga/plugin-graphql-sse": "3.7.0",
|
|
|
|
|
"@graphql-yoga/plugin-response-cache": "3.9.0",
|
2025-11-24 10:04:22 +00:00
|
|
|
"@whatwg-node/fetch": "0.10.13",
|
2025-01-09 03:57:46 +00:00
|
|
|
"graphql-ws": "5.16.1",
|
2025-04-10 11:14:51 +00:00
|
|
|
"graphql-yoga": "5.13.3",
|
2025-11-16 09:38:27 +00:00
|
|
|
"vitest": "4.0.9",
|
2024-07-04 10:45:04 +00:00
|
|
|
"ws": "8.18.0"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://registry.npmjs.org",
|
|
|
|
|
"access": "public",
|
|
|
|
|
"directory": "dist"
|
2022-11-24 10:00:41 +00:00
|
|
|
},
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"typescript": {
|
|
|
|
|
"definition": "dist/typings/index.d.ts"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|