-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 806 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 806 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
{
"private": true,
"name": "graphql-result-size-experiment",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "node test/logger.js"
},
"author": "Tim Andersson",
"license": "MIT",
"devDependencies": {
"graphql-request": "^1.6.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5"
},
"dependencies": {
"apollo-server-core": "github:LiUGraphQL/apollo-server-core",
"apollo-server-express": "^1.3.6",
"apollo-tracing": "github:LiUGraphQL/apollo-tracing-js",
"dataloader": "^2.0.0",
"express": "^4.16.3",
"graphql": "github:andreaslundquist/graphql-js#9506d51d32f65c38b635aa19c4abaffafd8ab6a9",
"graphql-extensions": "github:LiUGraphQL/graphql-extensions",
"graphql-tools": "^3.0.1",
"sqlite": "^2.9.1"
}
}