From dc908deb9d5ba34ccad158fd5f7811afba783b77 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Wed, 27 Nov 2024 17:53:35 +0000 Subject: [PATCH] add lumin/debugger@0.5.0 roblox --- lumin/debugger | 11 +++++++++++ lumin/scope.toml | 1 + 2 files changed, 12 insertions(+) create mode 100644 lumin/debugger create mode 100644 lumin/scope.toml diff --git a/lumin/debugger b/lumin/debugger new file mode 100644 index 0000000..853149b --- /dev/null +++ b/lumin/debugger @@ -0,0 +1,11 @@ +["0.5.0 roblox"] +published_at = "2024-11-27T17:53:35.160110589Z" +description = "A customizable and extendable debugger for open source software" +license = "MIT" +authors = ["2jammers"] +repository = "https://github.com/luminlabsdev/debugger" + +["0.5.0 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"] diff --git a/lumin/scope.toml b/lumin/scope.toml new file mode 100644 index 0000000..7b3cfe7 --- /dev/null +++ b/lumin/scope.toml @@ -0,0 +1 @@ +owners = [119134081]