{
  "schema": "smmods.mod.v1",
  "generatedAt": "2026-05-31T18:00:22Z",
  "mod": {
    "id": "example.hello-lua",
    "name": "Hello Lua",
    "summary": "Minimal UE4SS Lua smoke-test mod.",
    "description": "Minimal framework-backed UE4SS Lua smoke-test mod for Starminer.",
    "authors": [
      "Starminer Modding"
    ],
    "tags": [
      "lua",
      "example",
      "framework"
    ],
    "detailUrl": "https://smmods.com/mods/hello-lua/",
    "latest": {
      "version": "0.1.3",
      "targetGameBuild": "23435040",
      "packageUrl": "https://smmods.com/downloads/mods/example.hello-lua/0.1.3/example.hello-lua-v0.1.3.zip",
      "sha256": "526f6fcd07610056b5d92ea7f509512d6a2cbc1c8f1e854ca593c6689050dc0b",
      "artifactStatus": "published",
      "downloadEnabled": true,
      "dependencies": {
        "starminer.framework": ">=0.5.5"
      },
      "entrypoints": [
        {
          "type": "ue4ss-lua",
          "path": "Scripts/main.lua"
        }
      ],
      "publishedAt": "2026-05-31T18:00:22Z",
      "status": "published",
      "packageSizeBytes": 1117
    },
    "manifest": {
      "id": "example.hello-lua",
      "name": "Hello Lua",
      "version": "0.1.3",
      "targetGameBuild": "23435040",
      "description": "Minimal framework-backed UE4SS Lua smoke-test mod for Starminer.",
      "authors": [
        "Starminer Modding"
      ],
      "entrypoints": [
        {
          "type": "ue4ss-lua",
          "path": "Scripts/main.lua"
        }
      ],
      "dependencies": {
        "starminer.framework": ">=0.5.5"
      },
      "loadAfter": [
        "starminer.framework"
      ]
    },
    "versionsUrl": "https://smmods.com/api/v1/mods/example.hello-lua/versions.json"
  }
}
