git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/integration/package.json (about)

     1  {
     2    "scripts": {
     3      "test": "jest"
     4    },
     5    "devDependencies": {
     6      "apollo-cache-inmemory": "^1.6.5",
     7      "apollo-client": "^2.6.8",
     8      "apollo-link-http": "^1.5.16",
     9      "apollo-link-persisted-queries": "^0.2.2",
    10      "apollo-link-ws": "^1.0.19",
    11      "subscriptions-transport-ws": "^0.9.16",
    12      "ws": "^7.2.1",
    13      "@babel/core": "^7.7.7",
    14      "babel-jest": "^24.9.0",
    15      "graphql": "^14.5.8",
    16      "graphql-cli": "^3.0.14",
    17      "graphql-tag": "^2.10.1",
    18      "jest": "^24.9.0",
    19      "node-fetch": "^2.6.0"
    20    },
    21    "dependencies": {
    22      "@babel/preset-env": "^7.7.7"
    23    }
    24  }