Files
companion-module-voicemod/package.json
RavenX8 095ab387c6 ### Update
- version number
- updated voicemod dependency to point to an actual version rather then the HEAD of a branch
2024-01-23 12:42:06 -05:00

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"
}