{
  "schemaVersion": 1,
  "id": "test-mod",
  "version": "1",
  "name": "YACL Test",
  "authors": [
    "isXander"
  ],
  "license": "LGPL-3.0-or-later",
  "environment": "client",
  "entrypoints": {
    "client": [
      "dev.isxander.yacl.test.ExampleMod"
    ]
  },
  "depends": {
    "yet-another-config-lib": "*"
  },
  "mixins": [
    "yet-another-config-lib.test.mixins.json"
  ]
}