UNPKG

441 BJSONView Raw
1{
2 "name": "@graphql-mesh/handler-federation",
3 "version": "0.1.1",
4 "peerDependencies": {
5 "@apollo/gateway": "*",
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.1.1",
10 "fetchache": "0.0.3",
11 "graphql-tools": "5.0.0"
12 },
13 "license": "MIT",
14 "main": "index.cjs.js",
15 "module": "index.esm.js",
16 "typings": "index.d.ts",
17 "typescript": {
18 "definition": "index.d.ts"
19 },
20 "sideEffects": false
21}
\No newline at end of file