apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
61 lines (60 loc) • 1.67 kB
JSON
{
"name": "apollo-angular",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"version": "2.6.0",
"author": {
"name": "Kamil Kisiela",
"email": "kamil.kisiela@gmail.com",
"url": "https://github.com/kamilkisiela/"
},
"license": "MIT",
"sideEffects": false,
"main": "bundles/ngApollo.umd.js",
"module": "fesm2015/ngApollo.js",
"typings": "ngApollo.d.ts",
"homepage": "https://www.apollo-angular.com/",
"repository": {
"type": "git",
"url": "https://github.com/kamilkisiela/apollo-angular",
"directory": "packages/apollo-angular"
},
"keywords": [
"apollo",
"graphql",
"angular",
"schematics",
"angular-schematics"
],
"peerDependencies": {
"@angular/core": "^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"@apollo/client": "^3.2.0",
"graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0",
"rxjs": "^6.0.0",
"zone.js": ">=0.8.0 <0.12.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.0",
"semver": "^7.0.0",
"extract-files": "^9.0.0",
"tslib": "^2.0.0"
},
"schematics": "./schematics/collection.json",
"ng-update": {
"requirements": {},
"migrations": "./schematics/migrations.json",
"packageGroupName": "apollo-angular",
"packageGroup": [
"apollo-angular",
"@apollo/client",
"graphql"
]
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"es2015": "fesm2015/ngApollo.js",
"esm2015": "esm2015/ngApollo.js",
"fesm2015": "fesm2015/ngApollo.js",
"metadata": "ngApollo.metadata.json"
}