First impl of the streamer.bot api changes

This commit is contained in:
2024-01-26 12:46:46 -05:00
parent 79dccc9709
commit 9fafe2b318
8 changed files with 235 additions and 45 deletions

View File

@@ -1,17 +1,19 @@
{
"name": "your-module-name",
"name": "stream.bot-api",
"version": "0.1.0",
"main": "main.js",
"type": "module",
"scripts": {
"format": "prettier -w ."
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-your-module-name.git"
"url": "git+https://github.com/RavenX8/companion-module-streamer.bot-api.git"
},
"dependencies": {
"@companion-module/base": "~1.5.1"
"@companion-module/base": "~1.5.1",
"@streamerbot/client": "^1.3.1"
},
"devDependencies": {
"@companion-module/tools": "^1.4.1"