Mirror: The spec-compliant minimum of client-side GraphQL.
1{
2 "name": "benchmark",
3 "private": true,
4 "version": "1.0.0",
5 "main": "suite.js",
6 "license": "MIT",
7 "scripts": {
8 "start": "NODE_ENV=production benchr suite.js"
9 },
10 "dependencies": {
11 "benchr": "4.3.0",
12 "graphql15": "npm:graphql@^15.8.0",
13 "graphql16": "npm:graphql@^16.6.0",
14 "graphql17": "npm:graphql@^17.0.0-alpha.2"
15 }
16}