aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lark/package.json
diff options
context:
space:
mode:
authorLibravatar Shao Yang Hong <hongsy2006@gmail.com>2020-10-07 22:24:06 +0800
committerLibravatar GitHub <noreply@github.com>2020-10-07 15:24:06 +0100
commit12f4f7ab7487b30c31f43dbc3009fb5b8769efdc (patch)
treec44786c7a3b7699f1f8051db08e8651ea9a1b0eb /recipes/lark/package.json
parentAdd recipe for Simplenote (#317) (diff)
downloadferdium-recipes-12f4f7ab7487b30c31f43dbc3009fb5b8769efdc.tar.gz
ferdium-recipes-12f4f7ab7487b30c31f43dbc3009fb5b8769efdc.tar.zst
ferdium-recipes-12f4f7ab7487b30c31f43dbc3009fb5b8769efdc.zip
Add recipe for Lark (#315)
Diffstat (limited to 'recipes/lark/package.json')
-rw-r--r--recipes/lark/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/lark/package.json b/recipes/lark/package.json
new file mode 100644
index 0000000..35c3203
--- /dev/null
+++ b/recipes/lark/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "lark",
3 "name": "Lark",
4 "version": "0.0.1",
5 "description": "Lark",
6 "main": "index.js",
7 "author": "hongsy <hongsy2006@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://{teamId}.larksuite.com/messenger/",
11 "hasTeamId": true,
12 "urlInputSuffix": ".larksuite.com",
13 "hasNotificationSound": true
14 }
15}