UNPKG

1.51 kBJSONView Raw
1{
2 "name": "apollo-server-express",
3 "version": "2.16.0",
4 "description": "Production-ready Node.js GraphQL server for Express and Connect",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/apollographql/apollo-server",
10 "directory": "packages/apollo-server-express"
11 },
12 "keywords": [
13 "GraphQL",
14 "Apollo",
15 "Server",
16 "Express",
17 "Connect",
18 "Javascript"
19 ],
20 "author": "Apollo <opensource@apollographql.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/apollographql/apollo-server/issues"
24 },
25 "homepage": "https://github.com/apollographql/apollo-server#readme",
26 "engines": {
27 "node": ">=6"
28 },
29 "dependencies": {
30 "@apollographql/graphql-playground-html": "1.6.26",
31 "@types/accepts": "^1.3.5",
32 "@types/body-parser": "1.19.0",
33 "@types/cors": "^2.8.4",
34 "@types/express": "4.17.4",
35 "accepts": "^1.3.5",
36 "apollo-server-core": "^2.16.0",
37 "apollo-server-types": "^0.5.1",
38 "body-parser": "^1.18.3",
39 "cors": "^2.8.4",
40 "express": "^4.17.1",
41 "graphql-subscriptions": "^1.0.0",
42 "graphql-tools": "^4.0.0",
43 "parseurl": "^1.3.2",
44 "subscriptions-transport-ws": "^0.9.16",
45 "type-is": "^1.6.16"
46 },
47 "devDependencies": {
48 "apollo-server-integration-testsuite": "^2.16.0"
49 },
50 "peerDependencies": {
51 "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
52 },
53 "gitHead": "f4cfb22b93913c98e54c638ae39f39ed153daf66"
54}