{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "data_table", "name": "Data Table", "version": "1.0.0", "description": "Advanced data table components with sorting, filtering, and pagination", "author": "MetaBuilder", "license": "MIT", "category": "ui", "icon": "static_content/icon.svg", "minLevel": 1, "primary": false, "dependencies": {}, "devDependencies": { "testing": "*" }, "exports": { "components": [ "DataGrid", "DataTable" ], "scripts": [ "init", "sorting", "filtering", "pagination", "selection", "export" ] }, "tests": { "suites": [ "tests/metadata.test.json", "tests/components.test.json", "tests/sorting.test.json", "tests/pagination.test.json" ] } }