Replace minimist, convert build scripts to ES modules + misc refactoring

This commit is contained in:
hensm
2022-08-19 03:09:59 +01:00
parent 170b80283d
commit a186570dc8
17 changed files with 702 additions and 505 deletions

9
app/config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"author": "Matt Hensman <m@matt.tf>",
"homepageUrl": "https://hensm.github.io/fx_cast",
"applicationName": "fx_cast_bridge",
"applicationVersion": "0.2.0",
"applicationDirectoryName": "fx_cast",
"applicationExecutableName": "fx_cast_bridge",
"extensionId": "fx_cast@matt.tf"
}