mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 01:05:00 +00:00
32 lines
657 B
JSON
32 lines
657 B
JSON
{
|
|
"packageId": "workflow_editor",
|
|
"name": "Workflow Editor",
|
|
"version": "1.0.0",
|
|
"description": "Workflow editor and run status components",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "editors",
|
|
"dependencies": [],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"scripts": [
|
|
"editor",
|
|
"status",
|
|
"run"
|
|
],
|
|
"components": [
|
|
"WorkflowEditor",
|
|
"WorkflowRunCard",
|
|
"WorkflowRunStatus"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/status.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/status.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 5
|
|
} |