UNPKG

@chillicream/nitro-server-adapter-plugin

Version:

Server Adapter Plugin for Nitro GraphQL IDE

67 lines (66 loc) 1.41 kB
{ "name": "@chillicream/nitro-server-adapter-plugin", "version": "31.0.3", "description": "Server Adapter Plugin for Nitro GraphQL IDE", "homepage": "https://chillicream.com", "repository": "github:ChilliCream/graphql-platform", "keywords": [ "apollo", "apollo-server", "banana", "bananacakepop", "bcp", "graphql", "graphql-http", "graphql-ide", "graphql-yoga", "middleware", "editor", "ide", "server-adapter", "server-adapter-plugin", "whatwg-node", "node", "bun", "deno" ], "author": { "name": "ChilliCream", "url": "https://chillicream.com", "email": "info@chillicream.com" }, "license": "SEE LICENSE FILE", "engines": { "node": ">=12" }, "type": "module", "types": "index.d.mts", "module": "index.mjs", "main": "index.cjs", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.mjs" }, "require": { "types": "./index.d.cts", "default": "./index.cjs" }, "default": { "types": "./index.d.mts", "default": "./index.mjs" } }, "./package.json": "./package.json" }, "peerDependencies": { "@chillicream/nitro-embedded": "*", "@whatwg-node/server": "*" }, "peerDependenciesMeta": { "@chillicream/nitro-embedded": { "optional": true } } }