mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
24 lines
412 B
JSON
24 lines
412 B
JSON
{
|
|
"name": "@n8n/n8n-extension-insights",
|
|
"version": "1.0.0",
|
|
"author": "n8n",
|
|
"category": "Internal",
|
|
"minSDKVersion": "0.0.0",
|
|
"permissions": {
|
|
"frontend": [],
|
|
"backend": []
|
|
},
|
|
"events": ["workflow:started"],
|
|
"setup": {
|
|
"backend": "./dist/backend/index.js",
|
|
"frontend": "./dist/frontend/index.js"
|
|
},
|
|
"extends": {
|
|
"views": {
|
|
"workflows": {
|
|
"header": "InsightsDashboard"
|
|
}
|
|
}
|
|
}
|
|
}
|