diff --git a/modules/official/auth.json b/modules/official/auth.json new file mode 100644 index 0000000..78d7480 --- /dev/null +++ b/modules/official/auth.json @@ -0,0 +1,10 @@ +{ + "$schema": "../../schemas/catalog-entry.schema.json", + "package": "@choysum-dev/auth", + "trust": "official", + "maintainers": [ + { + "github": "choysum-dev" + } + ] +}