mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-04 05:18:53 -04:00
Updated package and manifest
This commit is contained in:
@@ -1,16 +1,18 @@
|
|||||||
{
|
{
|
||||||
"id": "companion-module-voicemod",
|
"id": "companion-module-voicemod-api",
|
||||||
"name": "companion-module-voicemod",
|
"name": "companion-module-voicemod-api",
|
||||||
"shortname": "Voicemod",
|
"shortname": "Voicemod",
|
||||||
"description": "Voicemod control at your fingertips",
|
"description": "Voicemod control at your fingertips",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git+https://github.com/bitfocus/companion-module-voicemod.git",
|
"repository": "git+https://github.com/bitfocus/companion-module-voicemod.git",
|
||||||
"bugs": "https://github.com/bitfocus/companion-module-voicemod/issues",
|
"bugs": "https://github.com/bitfocus/companion-module-voicemod/issues",
|
||||||
|
"repository": "git+https://github.com/bitfocus/companion-module-voicemod-api.git",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Your name",
|
"name": "Your name",
|
||||||
"email": "Your email"
|
"email": "Your email"
|
||||||
|
"name": "RavenX8",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"runtime": {
|
"runtime": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "companion-module-voicemod",
|
"name": "voicemod-api",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/RavenX8/companion-module-voicemod.git"
|
"url": "git+https://github.com/bitfocus/companion-module-voicemod-api.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@companion-module/base": "~1.5.1",
|
"@companion-module/base": "~1.5.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user