{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "ui_footer", "name": "App Footer", "version": "1.0.0", "description": "Shared footer with copyright and links, includes simple and full variants", "author": "MetaBuilder", "license": "MIT", "category": "ui", "icon": "static_content/icon.svg", "minLevel": 1, "primary": false, "dependencies": {}, "devDependencies": { "testing": "*" }, "exports": { "components": [ "AppFooter", "AppFooterSimple" ], "scripts": [ "footer" ] }, "tests": { "suites": [ "tests/metadata.test.json" ] } }