-
Notifications
You must be signed in to change notification settings - Fork 272
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@apollo/gateway",
"version": "2.13.3",
"description": "Apollo Gateway",
"author": "Apollo <packages@apollographql.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/federation.git",
"directory": "gateway-js/"
},
"keywords": [
"graphql",
"federation",
"gateway",
"server",
"apollo"
],
"engines": {
"node": ">=14.15.0"
},
"license": "Elastic-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apollo/composition": "2.13.3",
"@apollo/federation-internals": "2.13.3",
"@apollo/query-planner": "2.13.3",
"@apollo/server-gateway-interface": "^2.0.0",
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.isnodelike": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"@apollo/utils.logger": "^2.0.0",
"@josephg/resolvable": "^1.0.1",
"@opentelemetry/api": "^1.0.1",
"@types/node-fetch": "^2.6.2",
"async-retry": "^1.3.3",
"loglevel": "^1.6.1",
"make-fetch-happen": "^11.0.0 || ^15.0.3",
"node-abort-controller": "^3.0.1",
"node-fetch": "^2.6.7"
},
"peerDependencies": {
"graphql": "^16.5.0"
}
}