This is the plugin template for my VRChat OSC Script
- Only keep dependencies that is specific to your plugin in this package.json, leave everything else as a devDependency.
- Ensure that your typescript output is the folder
dist
, and that your main file is namedindex
. - Make sure you keep your configuration in the main program's configs folder and please make sure it uses yaml.
- Ensure your program makes a default config in the configs folder.