{
  "schema": "smmods.mod.v1",
  "generatedAt": "2026-05-31T18:00:23Z",
  "mod": {
    "id": "example.hello-lua-companion",
    "name": "Hello Lua Companion",
    "summary": "Dependency-chain sample that requires Hello Lua before install.",
    "description": "Small dependency-chain sample that loads after Hello Lua and Starminer Framework.",
    "authors": [
      "Starminer Modding"
    ],
    "tags": [
      "lua",
      "example",
      "framework",
      "dependency"
    ],
    "detailUrl": "https://smmods.com/mods/hello-lua-companion/",
    "latest": {
      "version": "0.1.2",
      "targetGameBuild": "23435040",
      "packageUrl": "https://smmods.com/downloads/mods/example.hello-lua-companion/0.1.2/example.hello-lua-companion-v0.1.2.zip",
      "sha256": "f9f9d6d62c410fc5b61a56c972ae8673ae50e232dd977c42b6e09f15cbf81882",
      "artifactStatus": "published",
      "downloadEnabled": true,
      "dependencies": {
        "starminer.framework": ">=0.5.5",
        "example.hello-lua": ">=0.1.1"
      },
      "entrypoints": [
        {
          "type": "ue4ss-lua",
          "path": "Scripts/main.lua"
        }
      ],
      "publishedAt": "2026-05-31T18:00:22Z",
      "status": "published",
      "packageSizeBytes": 707
    },
    "manifest": {
      "id": "example.hello-lua-companion",
      "name": "Hello Lua Companion",
      "version": "0.1.2",
      "targetGameBuild": "23435040",
      "description": "Small dependency-chain sample that loads after Hello Lua and Starminer Framework.",
      "authors": [
        "Starminer Modding"
      ],
      "entrypoints": [
        {
          "type": "ue4ss-lua",
          "path": "Scripts/main.lua"
        }
      ],
      "dependencies": {
        "starminer.framework": ">=0.5.5",
        "example.hello-lua": ">=0.1.1"
      },
      "loadAfter": [
        "starminer.framework",
        "example.hello-lua"
      ]
    },
    "versionsUrl": "https://smmods.com/api/v1/mods/example.hello-lua-companion/versions.json"
  }
}
