mirror of
https://github.com/RavenX8/companion-module-streamer.bot-api.git
synced 2026-04-03 12:48:54 -04:00
First impl of the streamer.bot api changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user