aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/deepl/package.json
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-04-24 23:49:51 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-24 22:49:51 +0100
commitd18abbf67c673b62acbe8cbeaa71a002cc0198bd (patch)
tree378508b677c8a257e5644e241a126ac88df6de6b /recipes/deepl/package.json
parentAdd PlanITPoker recipe (#327) (diff)
downloadferdium-recipes-d18abbf67c673b62acbe8cbeaa71a002cc0198bd.tar.gz
ferdium-recipes-d18abbf67c673b62acbe8cbeaa71a002cc0198bd.tar.zst
ferdium-recipes-d18abbf67c673b62acbe8cbeaa71a002cc0198bd.zip
Add DeepL recipe (#333)
Diffstat (limited to 'recipes/deepl/package.json')
-rw-r--r--recipes/deepl/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/deepl/package.json b/recipes/deepl/package.json
new file mode 100644
index 0000000..329e61a
--- /dev/null
+++ b/recipes/deepl/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "deepl",
3 "name": "DeepL",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.deepl.com/translator"
8 }
9}