mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 17:24:57 +00:00
43 lines
1000 B
JSON
43 lines
1000 B
JSON
{
|
|
"packageId": "codegen_studio",
|
|
"name": "Codegen Studio",
|
|
"version": "1.0.0",
|
|
"description": "Generate Next.js, React, and CLI starters from configurable templates.",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "tools",
|
|
"dependencies": [],
|
|
"devDependencies": [
|
|
"lua_test"
|
|
],
|
|
"exports": {
|
|
"components": []
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 5,
|
|
"primary": true,
|
|
"permissions": {
|
|
"codegen.templates.create": {
|
|
"minLevel": 5,
|
|
"description": "Create custom templates"
|
|
},
|
|
"codegen.generate": {
|
|
"minLevel": 5,
|
|
"description": "Generate code from templates"
|
|
},
|
|
"codegen.templates.view": {
|
|
"minLevel": 5,
|
|
"description": "View available code templates"
|
|
}
|
|
}
|
|
}
|