mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "shared",
|
|
"version": "1.1.0",
|
|
"description": "Shared types, utilities, and permission system for all Lua packages",
|
|
"exports": [
|
|
"types.ui_types",
|
|
"permissions"
|
|
],
|
|
"scripts": [
|
|
"permissions",
|
|
"permissions.check_access",
|
|
"permissions.enforce_level",
|
|
"permissions.manage_flags",
|
|
"permissions.database_toggle"
|
|
],
|
|
"dependencies": [],
|
|
"minLevel": 0
|
|
}
|