{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "stats_grid", "name": "Stats Grid", "version": "1.0.0", "description": "Configurable statistics grid display for dashboards and monitoring", "author": "MetaBuilder", "license": "MIT", "category": "ui", "icon": "static_content/icon.svg", "minLevel": 2, "primary": false, "dependencies": { "dashboard": "*" }, "devDependencies": { "testing": "*" }, "exports": { "components": [ "StatsGrid", "StatCard", "StatCardSmall", "StatCardLarge" ], "scripts": [ "stats", "formatters" ] }, "tests": { "suites": [ "tests/metadata.test.json" ] }, "files": { "directories": [ "components", "permissions", "static_content", "storybook", "styles", "tests" ], "byType": { "components": [ "components/ui.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" ] } } }