mirror of
https://github.com/RavenX8/companion-module-streamer.bot-api.git
synced 2026-04-03 12:48:54 -04:00
27 lines
658 B
JSON
27 lines
658 B
JSON
{
|
|
"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": []
|
|
}
|