cc-libs/packages/tos-boot/ccpm.json
2026-06-08 13:52:45 +02:00

12 lines
242 B
JSON

{
"name": "tos-boot",
"version": "0.1.0",
"description": "TrapOS boot: startup MOTD and autostart server launcher",
"dependencies": ["tos-core"],
"files": [
"startup/motd.lua",
"startup/servers.lua"
],
"autostart": []
}