{
  "name": "aws-appsync-subscription-link",
  "version": "4.0.3",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    }
  },
  "license": "Apache-2.0",
  "description": "AWS Mobile AppSync SDK for JavaScript",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com/"
  },
  "homepage": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git"
  },
  "scripts": {
    "build": "tsup",
    "prepare": "npm run build",
    "clean": "rm -rf lib",
    "test": "jest --coverage --coverageReporters=text",
    "test-watch": "jest --watch"
  },
  "dependencies": {
    "aws-appsync-auth-link": "^4.0.2",
    "debug": "2.6.9",
    "url": "^0.11.0",
    "zen-observable-ts": "^1.2.5"
  },
  "devDependencies": {
    "@apollo/client": "^4.0.0",
    "@redux-offline/redux-offline": "2.5.2-native.0",
    "@types/uuid": "^8.3.4",
    "rxjs": "^7.0.0"
  },
  "peerDependencies": {
    "@apollo/client": "4.x",
    "graphql": "^15.0.0 || ^16.0.0",
    "rxjs": "^7.0.0",
    "uuid": "^8.0.0 || ^9.0.0 || ^10.0.0"
  }
}
