Files
companion-module-streamer.b…/companion/manifest.json

27 lines
674 B
JSON

{
"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/RavenX8/companion-module-streamer.bot-api.git",
"bugs": "https://github.com/RavenX8/companion-module-streamer.bot-api.git/issues",
"maintainers": [
{
"name": "RavenX8",
"email": "redflames1003@gmail.com"
}
],
"runtime": {
"type": "node18",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "../main.js"
},
"legacyIds": [],
"manufacturer": "Streamer.bot",
"products": ["Streamer.bot"],
"keywords": []
}