{
  "name": "@nuxtjs/apollo",
  "version": "4.0.1-rc.5",
  "license": "MIT",
  "main": "lib/module.js",
  "typings": "types/index.d.ts",
  "repository": "https://github.com/nuxt-community/apollo-module",
  "homepage": "https://github.com/nuxt-community/apollo-module",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "types/*.d.ts"
  ],
  "scripts": {
    "dev": "nuxt test/fixture",
    "dev2": "nuxt test/fixture-static-auth",
    "dev3": "nuxt test/fixture-multi-endpoints",
    "dev4": "nuxt test/fixture-local-state",
    "lint": "eslint lib test",
    "test": "yarn test:fixtures && yarn test:types",
    "test:fixtures": "jest --forceExit",
    "test:types": "tsc -p types/test",
    "release": "standard-version --prerelease rc && git push --follow-tags && npm publish"
  },
  "dependencies": {
    "cross-fetch": "^3.0.6",
    "universal-cookie": "^4.0.4",
    "vue-apollo": "^3.0.5",
    "vue-cli-plugin-apollo": "^0.22.2",
    "webpack-node-externals": "^2.5.2"
  },
  "peerDependencies": {
    "apollo-cache-inmemory": "^1.6.6"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/preset-env": "latest",
    "@nuxt/types": "latest",
    "@nuxtjs/eslint-config": "latest",
    "@types/graphql": "latest",
    "@types/universal-cookie": "latest",
    "babel-eslint": "latest",
    "babel-jest": "latest",
    "codecov": "latest",
    "dotenv": "latest",
    "eslint": "latest",
    "graphql-tag": "latest",
    "jest": "latest",
    "jsdom": "latest",
    "nuxt-edge": "latest",
    "standard-version": "latest",
    "typescript": "latest"
  }
}
