{
  "name": "@gospime/apollo-client",
  "version": "4.0.1",
  "description": "Apollo HTTP client with response caching",
  "keywords": [
    "gospime",
    "graphql",
    "datagraph",
    "apollo",
    "client"
  ],
  "main": "index.js",
  "scripts": {
    "build": "npm install && npm audit fix",
    "up": "npm update",
    "check": "npm outdated",
    "upgrade": "npm run up && npm run check && npm run build",
    "push-version": "standard-version",
    "ls-g": "npm list -g --depth=0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gospime/apollo-client.git"
  },
  "author": "Oleg Kravchuk <oleg.kravchuk@gospime.com> (https://gospime.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gospime/apollo-client/issues"
  },
  "homepage": "https://github.com/gospime/apollo-client#readme",
  "devDependencies": {
    "standard-version": "^7.1.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "@apollo/client": "^3.0.0-beta.41",
    "apollo-cache-inmemory": "^1.6.5",
    "apollo-link": "^1.2.13",
    "apollo-link-error": "^1.1.12",
    "apollo-link-http": "^1.5.16",
    "graphql": "^14.6.0",
    "graphql-tag": "^2.10.3",
    "node-fetch": "^2.6.0"
  },
  "optionalDependencies": {
    "minimist": "^1.2.5"
  }
}
