@graphql-yoga/render-graphiql
Version:
80 lines (79 loc) • 1.81 kB
JSON
{
"name": "@graphql-yoga/render-graphiql",
"version": "5.18.1-alpha-20260205002102-3907273d720911b1f0a452da1b772ad00bc8984d",
"type": "module",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/graphql-hive/graphql-yoga.git",
"directory": "packages/render-graphiql"
},
"author": "Laurin Quast <laurinquast@googlemail.com>",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"main": "dist/index.cjs",
"typings": "dist/index.d.mts",
"module": "dist/index.mjs",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"default": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./*": {
"require": {
"types": "./dist/*.d.cts",
"default": "./dist/*.cjs"
},
"import": {
"types": "./dist/*.d.mts",
"default": "./dist/*.mjs"
},
"default": {
"types": "./dist/*.d.mts",
"default": "./dist/*.mjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"keywords": [
"graphql",
"server",
"api",
"graphql-server"
],
"scripts": {
"build": "node scripts/yoga-bundle-string.mjs && tsdown",
"check": "tsc --pretty --noEmit"
},
"devDependencies": {
"@graphql-yoga/graphiql": "workspace:^",
"graphql": "^16.12.0",
"graphql-yoga": "workspace:^",
"tsdown": "^0.20.0-beta.1"
},
"publishConfig": {
"access": "public"
},
"bob": false,
"buildOptions": {
"input": "./src/index.ts"
},
"typescript": {
"definition": "dist/index.d.mts"
}
}