{
  "name": "@tira/tira-clients",
  "version": "1.0.6",
  "description": "packages/tira-errors",
  "main": "dist/index.js",
  "scripts": {
    "prepare": "npm run clean && npm run compile",
    "clean": "rimraf dist",
    "compile": "tsc",
    "watch-tsc": "tsc -w",
    "link": "npm link",
    "unlink": "npm unlink"
  },
  "dependencies": {
    "apollo-cache-inmemory": "^1.2.10",
    "apollo-client": "^2.4.2",
    "apollo-link-http": "^1.5.5",
    "node-fetch": "^2.2.0",
    "redis": "^2.8.0"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.1.2",
    "@types/redis": "^2.8.6"
  },
  "keywords": [
    "nodejs",
    "node",
    "tira",
    "graphql",
    "typescript"
  ],
  "license": "MIT",
  "homepage": "https://github.com/xbdtb/tira#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/xbdtb/tira/tree/master/packages/tira-clients"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3341d17649699d9fa1c6a9aceec28d8dfaf8081c"
}
