2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-express",
|
2018-11-12 14:26:26 +01:00
|
|
|
"version": "2.2.1",
|
2018-03-26 17:20:44 +03:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Express and Connect",
|
2017-07-17 16:29:40 -07:00
|
|
|
"main": "dist/index.js",
|
2018-08-01 10:13:16 +02:00
|
|
|
"types": "dist/index.d.ts",
|
2017-07-17 16:29:40 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-03-26 17:20:44 +03:00
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-express"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Express",
|
|
|
|
"Connect",
|
|
|
|
"Javascript"
|
|
|
|
],
|
2018-05-01 06:09:48 -07:00
|
|
|
"author": "opensource@apollographql.com",
|
2017-07-17 16:29:40 -07:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
2018-06-11 13:21:51 +02:00
|
|
|
"engines": {
|
2018-06-13 14:56:09 -07:00
|
|
|
"node": ">=6"
|
2018-06-11 13:21:51 +02:00
|
|
|
},
|
2017-07-17 16:29:40 -07:00
|
|
|
"dependencies": {
|
2018-08-20 14:17:37 -07:00
|
|
|
"@apollographql/apollo-upload-server": "^5.0.3",
|
2018-10-24 15:58:45 +03:00
|
|
|
"@apollographql/graphql-playground-html": "^1.6.4",
|
2018-05-01 06:09:48 -07:00
|
|
|
"@types/accepts": "^1.3.5",
|
2018-06-22 10:15:59 +02:00
|
|
|
"@types/body-parser": "1.17.0",
|
|
|
|
"@types/cors": "^2.8.4",
|
|
|
|
"@types/express": "4.16.0",
|
2018-05-01 06:09:48 -07:00
|
|
|
"accepts": "^1.3.5",
|
2018-08-10 23:41:21 +02:00
|
|
|
"apollo-server-core": "file:../apollo-server-core",
|
2018-05-20 03:52:54 -07:00
|
|
|
"body-parser": "^1.18.3",
|
2018-05-01 06:09:48 -07:00
|
|
|
"cors": "^2.8.4",
|
2018-10-09 12:18:25 +02:00
|
|
|
"graphql-subscriptions": "^1.0.0",
|
2018-10-09 11:27:59 +02:00
|
|
|
"graphql-tools": "^4.0.0",
|
2018-06-13 15:19:08 -07:00
|
|
|
"type-is": "^1.6.16"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-09-03 14:42:05 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
|
|
|
|
},
|
2018-06-22 19:55:08 -03:00
|
|
|
"peerDependencies": {
|
|
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
2018-08-01 10:13:16 +02:00
|
|
|
}
|
2017-07-17 16:29:40 -07:00
|
|
|
}
|