UNPKG

789 BJSONView Raw
1{
2 "name": "@apollo/federation",
3 "version": "0.36.1",
4 "description": "Apollo Federation Utilities",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/apollographql/federation.git",
10 "directory": "federation-js/"
11 },
12 "keywords": [
13 "graphql",
14 "federation",
15 "apollo"
16 ],
17 "author": "Apollo <packages@apollographql.com>",
18 "license": "MIT",
19 "engines": {
20 "node": ">=12.13.0 <18.0"
21 },
22 "publishConfig": {
23 "access": "public"
24 },
25 "dependencies": {
26 "@apollo/subgraph": "^0.4.1",
27 "apollo-server-types": "^3.0.2",
28 "lodash.xorby": "^4.7.0"
29 },
30 "peerDependencies": {
31 "graphql": "^15.8.0 || ^16.0.0"
32 },
33 "gitHead": "34ce971a02eecee62fcdc91deaa63d2ce6564d95"
34}