{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "ui_dialogs", "name": "UI Dialogs", "version": "1.0.0", "description": "Confirmation, alert, and form dialogs for user interactions", "author": "MetaBuilder", "license": "MIT", "category": "ui", "icon": "static_content/icon.svg", "minLevel": 1, "primary": false, "dependencies": {}, "devDependencies": { "testing": "*" }, "exports": { "components": [ "ConfirmDialog", "AlertDialog", "FormDialog" ], "scripts": [ "confirm", "alert" ] }, "tests": { "suites": [ "tests/metadata.test.json" ] }, "files": { "directories": [ "components", "permissions", "seed", "static_content", "storybook", "styles", "tests" ], "byType": { "components": [ "components/ui.json" ], "tests": [ "tests/metadata.params.json", "tests/metadata.test.json" ], "config": [ "package.json", "storybook/config.json" ], "permissions": [ "permissions/roles.json" ], "styles": [ "styles/tokens.json" ], "other": [ "seed/metadata.json", "static_content/icon.svg" ] } } }