Files
companion-module-streamer.b…/companion/manifest.json
2024-01-25 17:13:10 -05:00

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": []
}