node-red-contrib-powerbi
Version:
A PowerBI API interaction node-red module which allows to interact with PowerBI service.
29 lines (28 loc) • 827 B
JSON
{
"name": "node-red-contrib-powerbi",
"version": "1.0.4",
"description": "A PowerBI API interaction node-red module which allows to interact with PowerBI service.",
"main": "powerbi-connection.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"PowerBI",
"API",
"node-red"
],
"author": "Ariel Rosado Rivera",
"license": "ISC",
"node-red": {
"nodes": {
"powerbi-connection": "powerbi-connection.js",
"powerbi-groups": "powerbi-groups.js",
"powerbi-reports": "powerbi-reports.js",
"powerbi-import": "powerbi-import.js",
"powerbi-dataset": "powerbi-dataset.js",
"powerbi-export": "powerbi-export.js",
"powerbi-dashboards": "powerbi-dashboards.js",
"powerbi-gateways": "powerbi-gateways.js"
}
}
}