mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 12:58:52 -04:00
- new state variables - voicemod connection retry logic ### Fixed - Fix race-condition crash on init for undefined reference ### Changed - Updated voicemod-api to a version that has `sharp` patched out
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"name": "voicemod-api",
|
|
"version": "0.2.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"format": "prettier -w ."
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitfocus/companion-module-voicemod-api.git"
|
|
},
|
|
"dependencies": {
|
|
"@companion-module/base": "~1.5.1",
|
|
"voicemod": "git+https://github.com/RavenX8/voicemod-api.git#companion-module-voicemod-api"
|
|
},
|
|
"devDependencies": {
|
|
"@companion-module/tools": "^1.4.1"
|
|
},
|
|
"prettier": "@companion-module/tools/.prettierrc.json"
|
|
}
|