-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 817 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 817 Bytes
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
{
"name": "@example/federation-mixed",
"private": true,
"dependencies": {
"@graphql-mesh/compose-cli": "^1.4.1",
"@omnigraph/openapi": "^0.109.9",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"fets": "^0.8.4",
"@graphql-hive/gateway": "^1.14.2"
},
"devDependencies": {
"tsx": "^4.19.3",
"@apollo/rover": "^0.31.2"
},
"overrides": {
"esbuild": "^0.25.4"
},
"scripts": {
"service:accounts": "tsx services/accounts/index.ts",
"service:inventory": "tsx services/inventory/index.ts",
"service:products": "tsx services/products/index.ts",
"service:reviews": "tsx services/reviews/index.ts",
"compose": "mesh-compose -o supergraph.graphql",
"gateway": "hive-gateway supergraph"
}
}