{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "schema_editor", "name": "Schema Editor", "version": "1.0.0", "description": "Database schema editor components for managing tables, fields, and relations", "author": "MetaBuilder", "license": "MIT", "category": "editors", "icon": "static_content/icon.svg", "minLevel": 5, "primary": true, "dependencies": { "form_builder": "*" }, "devDependencies": { "testing": "*" }, "exports": { "components": [ "SchemaEditor", "TableEditor", "FieldEditor" ], "scripts": [ "fields", "tables", "relations" ] }, "tests": { "suites": [ "tests/metadata.test.json" ] }, "files": { "directories": [ "components", "page-config", "permissions", "static_content", "storybook", "styles", "tests" ], "byType": { "components": [ "components/ui.json" ], "pages": [ "page-config/metadata.json" ], "tests": [ "tests/metadata.params.json", "tests/metadata.test.json" ], "config": [ "package.json", "storybook/stories.json" ], "permissions": [ "permissions/roles.json" ], "styles": [ "styles/tokens.json" ], "other": [ "static_content/icon.svg" ] } } }