UNPKG

express-graphql

Version:

Production ready GraphQL HTTP middleware.

45 lines 895 B
{ "name": "express-graphql", "version": "0.12.0", "description": "Production ready GraphQL HTTP middleware.", "license": "MIT", "main": "index.js", "types": "index.d.ts", "typesVersions": { "<3.8": { "*": [ "ts3.4/*" ] } }, "sideEffects": false, "homepage": "https://github.com/graphql/express-graphql", "bugs": { "url": "https://github.com/graphql/express-graphql/issues" }, "repository": { "type": "git", "url": "https://github.com/graphql/express-graphql.git" }, "keywords": [ "express", "restify", "connect", "http", "graphql", "middleware", "api" ], "engines": { "node": ">= 10.x" }, "dependencies": { "accepts": "^1.3.7", "content-type": "^1.0.4", "http-errors": "1.8.0", "raw-body": "^2.4.1" }, "peerDependencies": { "graphql": "^14.7.0 || ^15.3.0" } }