Something like this:
"const script = registerScript({
name: "example",
version: "1.0.0",
authors: ["author"]
})"
Or
"script.registerModule({
name: "example",
category: "Combat",
description: "Empty"
}"
I'm not sure exactly what's missing, but I suspect the former.