{ "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.config.Entrypoint" ] }, "depends": { "yet-another-config-lib": "*" }, "mixins": [ "yet-another-config-lib.test.mixins.json" ] }