Add initial package configuration for Inventory Manager

This commit is contained in:
MayaTheShy
2026-03-22 15:56:01 -04:00
parent 40df13e756
commit 15362edc87

6
.package Normal file
View File

@@ -0,0 +1,6 @@
{
title = "Inventory Manager",
description = "Automated inventory management system for CC:Tweaked. Tracks items across networked storage, crafting turtles, furnaces, and alerts. Includes web dashboard via bridge computer.",
repository = "gitea://git.spatulaa.com/MayaTheShy/Inventory-Manager-CC/main/",
exclude = { "^web/", "^__tests__/", "%.md$", "%.json$", "^%.git", "^LICENSE$", "^node_modules/" },
}