mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-28 15:54:56 +00:00
15 lines
457 B
JSON
15 lines
457 B
JSON
{
|
|
"$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json",
|
|
"packageId": "advanced-features",
|
|
"name": "Advanced Features Package",
|
|
"version": "1.0.0",
|
|
"description": "Demonstrates advanced MetaBuilder features and patterns",
|
|
"author": "MetaBuilder Team",
|
|
"license": "MIT",
|
|
"tags": ["advanced", "examples", "features"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/metabuilder/advanced-features"
|
|
}
|
|
}
|