aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dingtalk/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dingtalk/package.json')
-rw-r--r--recipes/dingtalk/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dingtalk/package.json b/recipes/dingtalk/package.json
new file mode 100644
index 0000000..2cf0474
--- /dev/null
+++ b/recipes/dingtalk/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "dingtalk",
3 "name": "Dingtalk",
4 "version": "1.0.24",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://im.dingtalk.com/",
8 "hasNotificationSound": true,
9 "disablewebsecurity": true
10 }
11}