powerbi-client-angular
Version:
Angular wrapper for powerbi-client library
41 lines • 992 B
JSON
{
"name": "powerbi-client-angular",
"version": "5.0.0",
"description": "Angular wrapper for powerbi-client library",
"main": "./dist/powerbi-client-angular/bundles/powerbi-client-angular.umd.js",
"typings": "index.d.ts",
"keywords": [
"microsoft",
"powerbi",
"embedded",
"angular",
"analytics",
"report",
"authoring"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerbi-client-angular.git"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
},
"dependencies": {
"powerbi-client": "^2.23.1",
"tslib": "^2.1.0"
},
"module": "fesm2022/powerbi-client-angular.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/powerbi-client-angular.mjs",
"esm": "./esm2022/powerbi-client-angular.mjs",
"default": "./fesm2022/powerbi-client-angular.mjs"
}
},
"sideEffects": false
}