mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 12:58:52 -04:00
- version number - updated voicemod dependency to point to an actual version rather then the HEAD of a branch
22 lines
536 B
JSON
22 lines
536 B
JSON
{
|
|
"name": "voicemod-api",
|
|
"version": "1.0.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#39a07b74e20e76d0ff5776f0768d1c934364a9fd"
|
|
},
|
|
"devDependencies": {
|
|
"@companion-module/tools": "^1.4.1"
|
|
},
|
|
"prettier": "@companion-module/tools/.prettierrc.json"
|
|
}
|