-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.24 KB
/
package.json
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
{
"name": "federation-testing-tool",
"version": "0.0.0-development",
"description": "Test your Apollo GraphQL Gateway / Federation micro services.",
"main": "index.js",
"scripts": {
"test": "jest",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"@apollo/gateway": "0.x",
"@apollo/federation": "0.x",
"graphql-tools": "6.x"
},
"repository": {
"type": "git",
"url": "https://github.com/xolvio/federation-testing-tool.git"
},
"keywords": [
"GraphQL",
"testing",
"Apollo",
"Gateway"
],
"author": "Lukasz Gandecki <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xolvio/federation-testing-tool/issues"
},
"homepage": "https://github.com/xolvio/federation-testing-tool#readme",
"devDependencies": {
"@apollo/federation": "0.16.0",
"@apollo/gateway": "0.16.0",
"apollo-engine-reporting-protobuf": "^0.5.0",
"apollo-server-env": "^2.4.3",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"graphql-tools": "^6.0.9",
"jest": "^24.8.0",
"semantic-release": "^15.13.16"
},
"dependencies": {
"clone": "^2.1.2",
"lodash.clonedeepwith": "^4.5.0",
"lodash.isfunction": "^3.0.9",
"stack-trace": "0.0.10"
}
}