{ "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "packageId": "smtp_config", "name": "SMTP Config", "version": "1.0.0", "description": "SMTP configuration editor for email settings", "author": "MetaBuilder", "license": "MIT", "category": "config", "icon": "static_content/icon.svg", "minLevel": 5, "primary": true, "dependencies": {}, "devDependencies": { "testing": "*" }, "exports": { "components": [ "SMTPConfigEditor", "SMTPTestPanel" ], "scripts": [ "smtp", "validate" ] }, "tests": { "suites": [ "tests/metadata.test.json" ] } }