UNPKG

1.49 kBJSONView Raw
1{
2 "name": "apollo-server-express",
3 "version": "2.15.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/tree/master/packages/apollo-server-express"
10 },
11 "keywords": [
12 "GraphQL",
13 "Apollo",
14 "Server",
15 "Express",
16 "Connect",
17 "Javascript"
18 ],
19 "author": "opensource@apollographql.com",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/apollographql/apollo-server/issues"
23 },
24 "homepage": "https://github.com/apollographql/apollo-server#readme",
25 "engines": {
26 "node": ">=6"
27 },
28 "dependencies": {
29 "@apollographql/graphql-playground-html": "1.6.26",
30 "@types/accepts": "^1.3.5",
31 "@types/body-parser": "1.19.0",
32 "@types/cors": "^2.8.4",
33 "@types/express": "4.17.4",
34 "accepts": "^1.3.5",
35 "apollo-server-core": "^2.15.0",
36 "apollo-server-types": "^0.5.0",
37 "body-parser": "^1.18.3",
38 "cors": "^2.8.4",
39 "express": "^4.17.1",
40 "graphql-subscriptions": "^1.0.0",
41 "graphql-tools": "^4.0.0",
42 "parseurl": "^1.3.2",
43 "subscriptions-transport-ws": "^0.9.16",
44 "type-is": "^1.6.16"
45 },
46 "devDependencies": {
47 "apollo-server-integration-testsuite": "^2.15.0"
48 },
49 "peerDependencies": {
50 "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
51 },
52 "gitHead": "6f7bdc6099669728926ea88f6317cb17cc6a4b43"
53}