@graphql-hive/render-laboratory
Version:
63 lines • 1.52 kB
JSON
{
"name": "@graphql-hive/render-laboratory",
"version": "0.1.4-rc-20260416110134-6d8aa2bf6564616ec1973c8cd43a0cdef7db0fe0",
"description": "",
"dependencies": {
"graphql-yoga": "5.13.3",
"@graphql-hive/laboratory": "0.1.4-rc-20260416110134-6d8aa2bf6564616ec1973c8cd43a0cdef7db0fe0"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql-hive/console.git",
"directory": "packages/render-laboratory"
},
"keywords": [
"graphql",
"server",
"api",
"graphql-server"
],
"author": "Michael Skorokhodov <michael@the-guild.dev>",
"license": "MIT",
"engines": {
"node": ">=18.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"
}
},
"./*": {
"require": {
"types": "./typings/*.d.cts",
"default": "./cjs/*.js"
},
"import": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
},
"default": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
}
},
"./package.json": "./package.json"
}
}