UNPKG

@ondewo/t2s-client-angular

Version:

ONDEWO Text 2 Speech (T2S) Client library for Angular

41 lines 990 B
{ "name": "@ondewo/t2s-client-angular", "version": "6.1.0", "description": "ONDEWO Text 2 Speech (T2S) Client library for Angular", "author": "ONDEWO GmbH <office@ondewo.com>", "homepage": "https://ondewo.com", "license": "Apache-2.0", "keywords": [ "ondewo", "t2s", "api", "client", "ngx-grpc", "grpc" ], "repository": { "type": "git", "directory": "https://github.com/ondewo/ondewo-t2s-client-angular.git" }, "peerDependencies": { "@angular/common": ">=19.2.14 <20.0.0", "@angular/core": ">=19.2.14 <20.0.0", "@ngx-grpc/common": ">=3.1.2", "@ngx-grpc/core": ">=3.1.2" }, "module": "fesm2022/ondewo-t2s-client-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ondewo-t2s-client-angular.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }