mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 09:45:00 +00:00
40 lines
915 B
JSON
40 lines
915 B
JSON
{
|
|
"packageId": "schema_editor",
|
|
"name": "Schema Editor",
|
|
"version": "1.0.0",
|
|
"description": "Database schema editor components",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "editors",
|
|
"dependencies": [
|
|
"form_builder"
|
|
],
|
|
"devDependencies": ["lua_test"],
|
|
"exports": {
|
|
"scripts": [
|
|
"fields",
|
|
"tables",
|
|
"relations"
|
|
],
|
|
"components": [
|
|
"SchemaEditor",
|
|
"TableEditor",
|
|
"FieldEditor"
|
|
]
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua",
|
|
"tests/field_definitions.test.lua",
|
|
"tests/table_operations.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json",
|
|
"tests/field_definitions.cases.json",
|
|
"tests/table_operations.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 5
|
|
} |