mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
21 lines
534 B
JSON
21 lines
534 B
JSON
{
|
|
"examples": [
|
|
{
|
|
"name": "Creator Hub",
|
|
"projectName": "creator-hub",
|
|
"packageId": "creator_hub",
|
|
"runtime": "web",
|
|
"tone": "newsroom",
|
|
"brief": "A modern creator dashboard with analytics, scheduling, and highlights."
|
|
},
|
|
{
|
|
"name": "Arcade CLI",
|
|
"projectName": "arcade-cli",
|
|
"packageId": "arcade_cli",
|
|
"runtime": "cli",
|
|
"tone": "retro",
|
|
"brief": "A command-line launcher for nostalgic games with curated playlists."
|
|
}
|
|
]
|
|
}
|