{
  "name": "@ondewo/csi-client-angular",
  "version": "5.2.0",
  "description": "ONDEWO Conversation System Integration (CSI) Client library for Angular",
  "author": "ONDEWO GmbH <office@ondewo.com>",
  "homepage": "https://ondewo.com",
  "license": "Apache-2.0",
  "keywords": [
    "ondewo",
    "csi",
    "api",
    "client",
    "ngx-grpc",
    "grpc"
  ],
  "repository": {
    "type": "git",
    "directory": "https://github.com/ondewo/ondewo-csi-client-angular"
  },
  "peerDependencies": {
    "@angular/common": ">=18.2.8",
    "@angular/core": ">=18.2.8",
    "@ngx-grpc/common": ">=3.1.2",
    "@ngx-grpc/core": ">=3.1.2"
  },
  "module": "fesm2022/ondewo-csi-client-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ondewo-csi-client-angular.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}