{
  "name": "apollo-angular",
  "version": "13.0.0",
  "type": "module",
  "description": "Use your GraphQL data in your Angular app, with the Apollo Client",
  "repository": {
    "type": "git",
    "url": "https://github.com/the-guild-org/apollo-angular",
    "directory": "packages/apollo-angular"
  },
  "homepage": "https://www.apollo-angular.com/",
  "contributors": [
    {
      "name": "Kamil Kisiela",
      "email": "kamil.kisiela@gmail.com",
      "url": "https://github.com/kamilkisiela/"
    }
  ],
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "module": "fesm2022/apollo-angular.mjs",
  "typings": "index.d.ts",
  "keywords": [
    "apollo",
    "graphql",
    "angular",
    "schematics",
    "angular-schematics"
  ],
  "peerDependencies": {
    "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@apollo/client": "^4.0.1",
    "graphql": "^16.0.0",
    "rxjs": "^7.8.0"
  },
  "dependencies": {
    "tslib": "^2.6.2"
  },
  "publishConfig": {
    "directory": "build",
    "access": "public",
    "provenance": true
  },
  "sideEffects": false,
  "schematics": "./schematics/collection.json",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/apollo-angular.mjs"
    },
    "./headers": {
      "types": "./headers/index.d.ts",
      "default": "./fesm2022/apollo-angular-headers.mjs"
    },
    "./http": {
      "types": "./http/index.d.ts",
      "default": "./fesm2022/apollo-angular-http.mjs"
    },
    "./persisted-queries": {
      "types": "./persisted-queries/index.d.ts",
      "default": "./fesm2022/apollo-angular-persisted-queries.mjs"
    },
    "./testing": {
      "types": "./testing/index.d.ts",
      "default": "./fesm2022/apollo-angular-testing.mjs"
    }
  }
}