{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "github_tools", "name": "GitHub Tools", "version": "1.0.0", "description": "GitHub integration tools including Actions viewer, run analysis, and workflow management", "author": "MetaBuilder", "license": "MIT", "category": "development", "icon": "static_content/icon.svg", "minLevel": 2, "primary": true, "tags": [ "github", "ci-cd", "workflow", "actions" ], "dependencies": {}, "devDependencies": { "lua_test": "*" }, "exports": { "components": [ "GitHubViewer", "RunList", "RunDetails", "AnalysisPanel", "RunFilters" ], "scripts": [ "fetch_runs", "analyze", "filter", "status" ] }, "tests": { "scripts": [ "tests/metadata.test.lua" ], "parameterized": [ { "parameters": "tests/metadata.cases.json" } ] } }