aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clickup/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clickup/package.json')
-rw-r--r--recipes/clickup/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/clickup/package.json b/recipes/clickup/package.json
new file mode 100644
index 0000000..b44529e
--- /dev/null
+++ b/recipes/clickup/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "clickup",
3 "name": "ClickUp",
4 "version": "2.0.0",
5 "description": "ClickUp Productivity Software",
6 "main": "index.js",
7 "author": "Genesis Guerrero",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://app.clickup.com",
11 "hasNotificationSound": true
12 }
13}