First impl of the streamer.bot api changes

This commit is contained in:
2024-01-26 12:46:46 -05:00
parent 79dccc9709
commit 9fafe2b318
8 changed files with 235 additions and 45 deletions

View File

@@ -1,16 +1,16 @@
{
"id": "your-module-name",
"name": "your-module-name",
"shortname": "module-shortname",
"description": "A short one line description of your module",
"id": "companion-module-streamer.bot-api",
"name": "companion-module-streamer.bot-api",
"shortname": "Streamer.bot",
"description": "Streamer.bot API",
"version": "0.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-your-module-name.git",
"bugs": "https://github.com/bitfocus/companion-module-your-module-name/issues",
"repository": "git+https://github.com/RavenX8/companion-module-streamer.bot-api.git",
"bugs": "https://github.com/RavenX8/companion-module-streamer.bot-api.git/issues",
"maintainers": [
{
"name": "Your name",
"email": "Your email"
"name": "RavenX8",
"email": "redflames1003@gmail.com"
}
],
"runtime": {
@@ -20,7 +20,7 @@
"entrypoint": "../main.js"
},
"legacyIds": [],
"manufacturer": "Your company",
"products": ["Your product"],
"manufacturer": "Streamer.bot",
"products": ["Streamer.bot"],
"keywords": []
}