mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
76 lines
1.4 KiB
JSON
76 lines
1.4 KiB
JSON
{
|
|
"packageId": "github_tools",
|
|
"name": "GitHub Tools",
|
|
"description": "GitHub integration tools including Actions viewer, run analysis, and workflow management",
|
|
"version": "1.0.0",
|
|
"author": "MetaBuilder",
|
|
"minLevel": 2,
|
|
"category": "development",
|
|
"tags": [
|
|
"github",
|
|
"ci-cd",
|
|
"workflow",
|
|
"actions"
|
|
],
|
|
"dependencies": [],
|
|
"exports": {
|
|
"components": [
|
|
"GitHubViewer",
|
|
"RunList",
|
|
"RunDetails",
|
|
"AnalysisPanel",
|
|
"RunFilters"
|
|
],
|
|
"scripts": [
|
|
"fetch_runs",
|
|
"analyze",
|
|
"filter",
|
|
"status"
|
|
]
|
|
},
|
|
"primary": true,
|
|
"permissions": {
|
|
"github.runs.view": {
|
|
"minLevel": 2,
|
|
"description": "View GitHub Actions runs"
|
|
},
|
|
"github.runs.analyze": {
|
|
"minLevel": 2,
|
|
"description": "Analyze GitHub Actions runs"
|
|
},
|
|
"github.workflow.trigger": {
|
|
"minLevel": 3,
|
|
"description": "Trigger workflow runs",
|
|
"storybook": {
|
|
"stories": []
|
|
}
|
|
}
|
|
},
|
|
"seed": {
|
|
"styles": "seed/styles.json",
|
|
"storybook": {
|
|
"stories": []
|
|
}
|
|
},
|
|
"storybook": {
|
|
"stories": [
|
|
{
|
|
"name": "GitHub_Tools",
|
|
"render": "fetch_runs"
|
|
}
|
|
]
|
|
},
|
|
"icon": "static_content/icon.svg",
|
|
"devDependencies": [
|
|
"lua_test"
|
|
],
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json"
|
|
]
|
|
}
|
|
}
|