mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 06:56:45 +00:00
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "vibeflow",
|
|
"interface": {
|
|
"displayName": "Vibeflow"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "vibeflow",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/vibeflow"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Developer Tools"
|
|
}
|
|
]
|
|
}
|