mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
19 lines
289 B
JSON
19 lines
289 B
JSON
{
|
|
"name": "exp_commands",
|
|
"load": [
|
|
"module_exports.lua"
|
|
],
|
|
"require": [
|
|
"commands/types.lua",
|
|
"commands/authorities.lua",
|
|
"commands/help.lua",
|
|
"commands/rcon.lua",
|
|
"commands/sudo.lua",
|
|
"commands/ipc.lua"
|
|
],
|
|
"dependencies": {
|
|
"clusterio": "*",
|
|
"exp_util": "*"
|
|
}
|
|
}
|