mirror of
https://github.com/RavenX8/companion-module-streamer.bot-api.git
synced 2026-04-03 12:48:54 -04:00
Initial commit
This commit is contained in:
3
companion/HELP.md
Normal file
3
companion/HELP.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Your module
|
||||
|
||||
Write some help for your users here!
|
||||
26
companion/manifest.json
Normal file
26
companion/manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"id": "your-module-name",
|
||||
"name": "your-module-name",
|
||||
"shortname": "module-shortname",
|
||||
"description": "A short one line description of your module",
|
||||
"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",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Your name",
|
||||
"email": "Your email"
|
||||
}
|
||||
],
|
||||
"runtime": {
|
||||
"type": "node18",
|
||||
"api": "nodejs-ipc",
|
||||
"apiVersion": "0.0.0",
|
||||
"entrypoint": "../main.js"
|
||||
},
|
||||
"legacyIds": [],
|
||||
"manufacturer": "Your company",
|
||||
"products": ["Your product"],
|
||||
"keywords": []
|
||||
}
|
||||
Reference in New Issue
Block a user