mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 11:16:40 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "apollo-server-core",
|
|
"version": "2.19.0",
|
|
"description": "Core engine for Apollo GraphQL server",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-server",
|
|
"directory": "packages/apollo-server-core"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Server",
|
|
"Javascript"
|
|
],
|
|
"author": "Apollo <opensource@apollographql.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"@apollographql/apollo-tools": "^0.4.3",
|
|
"@apollographql/graphql-playground-html": "1.6.26",
|
|
"@types/graphql-upload": "^8.0.0",
|
|
"@types/ws": "^7.0.0",
|
|
"apollo-cache-control": "^0.11.4",
|
|
"apollo-datasource": "^0.7.2",
|
|
"apollo-graphql": "^0.6.0",
|
|
"apollo-reporting-protobuf": "^0.6.1",
|
|
"apollo-server-caching": "^0.5.2",
|
|
"apollo-server-env": "^2.4.5",
|
|
"apollo-server-errors": "^2.4.2",
|
|
"apollo-server-plugin-base": "^0.10.2",
|
|
"apollo-server-types": "^0.6.1",
|
|
"apollo-tracing": "^0.12.0",
|
|
"async-retry": "^1.2.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"graphql-extensions": "^0.12.6",
|
|
"graphql-tag": "^2.9.2",
|
|
"graphql-tools": "^4.0.0",
|
|
"graphql-upload": "^8.0.2",
|
|
"loglevel": "^1.6.7",
|
|
"lru-cache": "^5.0.0",
|
|
"sha.js": "^2.4.11",
|
|
"subscriptions-transport-ws": "^0.9.11",
|
|
"uuid": "^8.0.0",
|
|
"ws": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
|
|
},
|
|
"gitHead": "4c6d16f14ab735ba0361057d75e51adb6790426c"
|
|
}
|