mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
76 lines
2 KiB
JSON
76 lines
2 KiB
JSON
{
|
|
"name": "@graphql-hive/yoga",
|
|
"version": "0.46.0",
|
|
"type": "module",
|
|
"description": "GraphQL Hive + GraphQL Yoga",
|
|
"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": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"exports": {
|
|
".": {
|
|
"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"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"typings": "dist/typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "node ../../../scripts/generate-version.mjs && bob build",
|
|
"check:build": "bob check"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
"graphql-yoga": "^5.10.8"
|
|
},
|
|
"dependencies": {
|
|
"@graphql-hive/core": "workspace:*",
|
|
"@graphql-hive/logger": "^1.0.9",
|
|
"@graphql-yoga/plugin-persisted-operations": "^3.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-tools/schema": "10.0.25",
|
|
"@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",
|
|
"@whatwg-node/fetch": "0.10.13",
|
|
"graphql-ws": "5.16.1",
|
|
"graphql-yoga": "5.13.3",
|
|
"nock": "14.0.10",
|
|
"vitest": "4.0.9",
|
|
"ws": "8.18.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org",
|
|
"access": "public",
|
|
"directory": "dist"
|
|
},
|
|
"sideEffects": false,
|
|
"typescript": {
|
|
"definition": "dist/typings/index.d.ts"
|
|
}
|
|
}
|