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