n8n-nodes-powerbi
Version:
n8n nodes for integration with Power BI APIs
68 lines (67 loc) • 1.7 kB
JSON
{
"name": "n8n-nodes-powerbi",
"version": "2.3.13",
"description": "n8n nodes for integration with Power BI APIs",
"keywords": [
"n8n",
"n8n-nodes",
"n8n-community-node-package",
"power-bi",
"powerbi",
"microsoft",
"analytics",
"reporting"
],
"license": "MIT",
"homepage": "https://github.com/And-Rochaa/n8n-nodes-powerbi",
"author": {
"name": "Anderson Rocha",
"email": "anderson@inovadados.net.br"
},
"repository": {
"type": "git",
"url": "git+https://github.com/And-Rochaa/n8n-nodes-powerbi.git"
},
"engines": {
"node": ">=20.15.0",
"pnpm": ">=9.1"
},
"packageManager": "pnpm@9.1.4",
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/PowerBiApiOAuth2Api.credentials.js",
"dist/credentials/PowerBiApi.credentials.js"
],
"nodes": [
"dist/nodes/PowerBI/PowerBi.node.js"
]
},
"peerDependencies": {
"n8n-workflow": "*"
},
"devDependencies": {
"@n8n/eslint-plugin-community-nodes": "^0.8.0",
"@types/express": "^4.17.6",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "~5.45",
"eslint": "^10.0.2",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"prettier": "^2.7.1",
"typescript": "~4.8.4",
"typescript-eslint": "^8.56.1"
}
}