aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notion/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/notion/package.json')
-rw-r--r--recipes/notion/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/notion/package.json b/recipes/notion/package.json
new file mode 100644
index 0000000..d94b340
--- /dev/null
+++ b/recipes/notion/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "notion",
3 "name": "Notion",
4 "version": "1.0.1",
5 "description": "Notion",
6 "main": "index.js",
7 "author": "Tania R. Zuniga <tania@tanx.dev>",
8 "license": "MIT",
9 "repository": "https://github.com/TanZng/ferdi-notion",
10 "config": {
11 "serviceURL": "https://www.notion.so/",
12 "hasIndirectMessages": true,
13 "hasNotificationSound": true
14 }
15}