
AtlyssJint
Provides a JavaScript scripting engine via Jint.Details
AtlyssJint
This is a barebones wrapper mod that simply provides Jint as a dependency. Jint is a JavaScript interpreter for .NET, allowing you to add custom scripting via JS.
What exactly you use it for is up to you. To understand how to use Jint, take a look at its README.
The included Jint version is 4.3.0. You can reference it within your projects via a PackageReference, however you should avoid actually packaging it within the Thunderstore package. Instead, let this mod provide the dependency, and add a [BepInDependency("Marioalexsan.AtlyssJint")]
attribute to your plugin so that it loads after the dependency is loaded.
You can reference this in your mod projects using the BepInEx repository configuration, plus a PackageReference for the plugin.