mirror of
https://github.com/RavenX8/companion-module-streamer.bot-api.git
synced 2026-04-03 20:58:52 -04:00
First impl of the streamer.bot api changes
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user