12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"name": "trapos-boot",
|
|
"version": "0.3.2",
|
|
"description": "TrapOS boot: startup MOTD and autostart server launcher",
|
|
"dependencies": ["trapos-core"],
|
|
"files": [
|
|
"startup/motd.lua",
|
|
"startup/servers.lua"
|
|
],
|
|
"autostart": []
|
|
}
|