mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 23:34:56 +00:00
13 lines
309 B
JSON
13 lines
309 B
JSON
{
|
|
"packageId": "'$pkg'",
|
|
"name": "'$(echo $pkg | sed 's/_/ /g' | awk '{for(i=1;i<=NF;i++)sub(/./,toupper(substr($i,1,1)),$i)}1')'",
|
|
"version": "0.1.0",
|
|
"description": "Package '$pkg'",
|
|
"author": "MetaBuilder Team",
|
|
"category": "ui",
|
|
"exports": {
|
|
"components": []
|
|
},
|
|
"dependencies": []
|
|
}
|