-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 885 Bytes
/
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
{
"name": "gqltest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/konjoinfinity/gqltest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/konjoinfinity/gqltest/issues"
},
"homepage": "https://github.com/konjoinfinity/gqltest#readme",
"dependencies": {
"@apollo/gateway": "^2.5.5",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.6",
"apollo-link-http": "^1.5.17",
"apollo-server": "^3.12.1",
"apollo-server-express": "^3.12.1",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"fetch": "^1.1.0",
"graphql": "^16.8.1",
"graphql-tools": "^9.0.0",
"node-fetch": "2.6.1",
"nodemon": "^3.0.1"
}
}