@ondewo/survey-client-angular
Version:
ONDEWO Survey client library for angular
43 lines • 1.09 kB
JSON
{
"name": "@ondewo/survey-client-angular",
"version": "2.0.1",
"description": "ONDEWO Survey client library for angular",
"author": "ONDEWO GmbH <office@ondewo.com>",
"homepage": "https://ondewo.com/",
"license": "Apache-2.0",
"keywords": [
"ondewo",
"survey",
"api",
"client",
"ngx-grpc",
"grpc"
],
"peerDependencies": {
"@angular/common": ">=16.2.6",
"@angular/core": ">=16.2.6",
"@ngx-grpc/common": ">=3.1.1",
"@ngx-grpc/core": ">=3.1.1"
},
"repository": {
"type": "git",
"directory": "https://github.com/ondewo/ondewo-survey-client-angular"
},
"module": "fesm2022/ondewo-survey-client-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ondewo-survey-client-angular.mjs",
"esm": "./esm2022/ondewo-survey-client-angular.mjs",
"default": "./fesm2022/ondewo-survey-client-angular.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}