mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 03:06:40 +00:00
35 lines
956 B
JSON
35 lines
956 B
JSON
{
|
|
"name": "apollo-server",
|
|
"version": "2.19.0",
|
|
"description": "Production ready GraphQL Server",
|
|
"author": "Apollo <opensource@apollographql.com>",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-server",
|
|
"directory": "packages/apollo-server"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Server",
|
|
"Javascript"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
"dependencies": {
|
|
"apollo-server-core": "^2.19.0",
|
|
"apollo-server-express": "^2.19.0",
|
|
"express": "^4.0.0",
|
|
"graphql-subscriptions": "^1.0.0",
|
|
"graphql-tools": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
|
|
},
|
|
"gitHead": "4c6d16f14ab735ba0361057d75e51adb6790426c"
|
|
}
|