{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "ui_intro", "name": "Intro Section", "version": "1.0.0", "description": "Page intro with eyebrow, title, and description", "author": "MetaBuilder", "license": "MIT", "category": "ui", "icon": "static_content/icon.svg", "minLevel": 1, "primary": false, "dependencies": {}, "devDependencies": { "testing": "*" }, "exports": { "components": [ "IntroSection", "IntroSectionLeft", "IntroSectionCompact" ], "scripts": [ "intro", "render" ] }, "tests": { "suites": [ "tests/metadata.test.json" ] } }