UNPKG

apollo-angular

Version:

Use your GraphQL data in your Angular app, with the Apollo Client

80 lines 2.33 kB
{ "name": "apollo-angular", "version": "10.0.3", "description": "Use your GraphQL data in your Angular app, with the Apollo Client", "repository": { "type": "git", "url": "https://github.com/kamilkisiela/apollo-angular", "directory": "packages/apollo-angular" }, "homepage": "https://www.apollo-angular.com/", "author": { "name": "Kamil Kisiela", "email": "kamil.kisiela@gmail.com", "url": "https://github.com/kamilkisiela/" }, "license": "MIT", "engines": { "node": ">=16" }, "module": "fesm2022/ngApollo.mjs", "typings": "index.d.ts", "keywords": [ "apollo", "graphql", "angular", "schematics", "angular-schematics" ], "peerDependencies": { "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0", "@apollo/client": "^3.13.1", "graphql": "^15.0.0 || ^16.0.0", "rxjs": "^6.0.0 || ^7.0.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", "esm2022": "./esm2022/ngApollo.mjs", "esm": "./esm2022/ngApollo.mjs", "default": "./fesm2022/ngApollo.mjs" }, "./headers": { "types": "./headers/index.d.ts", "esm2022": "./esm2022/headers/ngApolloLinkHeaders.mjs", "esm": "./esm2022/headers/ngApolloLinkHeaders.mjs", "default": "./fesm2022/ngApolloLinkHeaders.mjs" }, "./http": { "types": "./http/index.d.ts", "esm2022": "./esm2022/http/ngApolloLinkHttp.mjs", "esm": "./esm2022/http/ngApolloLinkHttp.mjs", "default": "./fesm2022/ngApolloLinkHttp.mjs" }, "./persisted-queries": { "types": "./persisted-queries/index.d.ts", "esm2022": "./esm2022/persisted-queries/ngApolloLinkPersisted.mjs", "esm": "./esm2022/persisted-queries/ngApolloLinkPersisted.mjs", "default": "./fesm2022/ngApolloLinkPersisted.mjs" }, "./testing": { "types": "./testing/index.d.ts", "esm2022": "./esm2022/testing/ngApolloTesting.mjs", "esm": "./esm2022/testing/ngApolloTesting.mjs", "default": "./fesm2022/ngApolloTesting.mjs" } } }