{
  "name": "@mattkrick/graphql-trebuchet-client",
  "version": "2.2.1",
  "description": "A graphql client to get your subscriptions through tough firewalls and unreliable mobile networks",
  "author": "Matt Krick <matt.krick@gmail.com>",
  "main": "lib/index.js",
  "keywords": [
    "GraphQL",
    "WebRTC",
    "SSE",
    "WebSocket",
    "Long polling",
    "Server sent events"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mattkrick/graphql-trebuchet-client"
  },
  "scripts": {
    "lint": "eslint --fix src/**/*.ts",
    "precommit": "lint-staged && tsc",
    "prepublish": "tsc"
  },
  "dependencies": {
    "tslib": "~2.2.0"
  },
  "devDependencies": {
    "@mattkrick/trebuchet-client": "^2.0.1",
    "@types/relay-runtime": "^6.0.11",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "prettier": "^2.2.1",
    "typescript": "^4.2.4"
  },
  "license": "MIT",
  "peerDependencies": {
    "@mattkrick/trebuchet-client": "^2.0.1"
  },
  "lint-staged": {
    "./src/*.{ts,tsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "prettier": {
    "arrowParens": "always",
    "bracketSpacing": false,
    "printWidth": 100,
    "singleQuote": true,
    "semi": false,
    "trailingComma": "all"
  }
}
