UNPKG

@chillicream/nitro-express-middleware

Version:

Express middleware for Nitro GraphQL IDE

67 lines (66 loc) 1.42 kB
{ "name": "@chillicream/nitro-express-middleware", "version": "27.0.7", "description": "Express middleware for Nitro GraphQL IDE", "homepage": "https://chillicream.com", "repository": "github:ChilliCream/graphql-platform", "keywords": [ "apollo", "apollo-server", "banana", "bananacakepop", "bcp", "express", "express-graphql", "graphql", "graphql-http", "graphql-ide", "graphql-yoga", "middleware", "editor", "ide" ], "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": "*", "express": "*", "http-proxy-middleware": "*" }, "peerDependenciesMeta": { "@chillicream/nitro-embedded": { "optional": true }, "http-proxy-middleware": { "optional": true } } }