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