aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mirotalk-c2c/package.json
diff options
context:
space:
mode:
authorLibravatar Miroslav Pejic <miroslav.pejic.85@gmail.com>2023-05-11 18:58:07 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-11 18:58:07 +0200
commita33eb5de7f7c78f9fb088c97c96cae4ce245ce8c (patch)
tree3f43f1a0674aea83640382fc0a8862b3537481f0 /recipes/mirotalk-c2c/package.json
parentDo not use pnpx in lint and lint:fix (#357) (diff)
downloadferdium-recipes-a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c.tar.gz
ferdium-recipes-a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c.tar.zst
ferdium-recipes-a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c.zip
Add MiroTalk recipes (#359)
Diffstat (limited to 'recipes/mirotalk-c2c/package.json')
-rw-r--r--recipes/mirotalk-c2c/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mirotalk-c2c/package.json b/recipes/mirotalk-c2c/package.json
new file mode 100644
index 0000000..4ca77fc
--- /dev/null
+++ b/recipes/mirotalk-c2c/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "mirotalk-c2c",
3 "name": "MiroTalk C2C",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://c2c.mirotalk.com",
8 "hasCustomUrl": true,
9 "hasHostedOption": true,
10 "hasNotificationSound": true
11 }
12}