aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lark/package.json
diff options
context:
space:
mode:
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}