UNPKG

834 BJSONView Raw
1{
2 "name": "express-graphql",
3 "version": "0.10.0",
4 "description": "Production ready GraphQL HTTP middleware.",
5 "license": "MIT",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "sideEffects": false,
9 "homepage": "https://github.com/graphql/express-graphql",
10 "bugs": {
11 "url": "https://github.com/graphql/express-graphql/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/graphql/express-graphql.git"
16 },
17 "keywords": [
18 "express",
19 "restify",
20 "connect",
21 "http",
22 "graphql",
23 "middleware",
24 "api"
25 ],
26 "engines": {
27 "node": ">= 10.x"
28 },
29 "dependencies": {
30 "accepts": "^1.3.7",
31 "content-type": "^1.0.4",
32 "cspell": "4.0.63",
33 "http-errors": "1.8.0",
34 "raw-body": "^2.4.1"
35 },
36 "peerDependencies": {
37 "graphql": "^14.6.0 || ^15.0.0"
38 }
39}
\No newline at end of file