aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/awork/package.json
diff options
context:
space:
mode:
authorLibravatar S Wulf <DustRaven@users.noreply.github.com>2023-05-15 01:19:35 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-15 00:19:35 +0100
commitaad356e2f38c3933a09438fe61dfd93b46541410 (patch)
treebff6994d131d8655528a1282423f3dd04fa05f8e /recipes/awork/package.json
parentfix(ci): version bump check when new recipe and multiple commits (#362) (diff)
downloadferdium-recipes-aad356e2f38c3933a09438fe61dfd93b46541410.tar.gz
ferdium-recipes-aad356e2f38c3933a09438fe61dfd93b46541410.tar.zst
ferdium-recipes-aad356e2f38c3933a09438fe61dfd93b46541410.zip
Add awork recipe (#355)
Diffstat (limited to 'recipes/awork/package.json')
-rw-r--r--recipes/awork/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/awork/package.json b/recipes/awork/package.json
new file mode 100644
index 0000000..fb221cd
--- /dev/null
+++ b/recipes/awork/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "awork",
3 "name": "Awork",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://{teamId}.awork.io",
8 "hasTeamId": true,
9 "urlInputSuffix": ".awork.io"
10 }
11} \ No newline at end of file