mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 10:14:52 +00:00
f2899ccfcf
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
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": []
|
|
}
|