-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "alfred-notion-gtd",
"version": "1.0.0",
"description": "An Alfred workflow to quickly dump your tasks/ideas into Notion, thereby preventing you from having to do a lot of work to add one more row to your Notion Database.",
"main": "index.js",
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/anandrajaram21/alfred-notion.git"
},
"author": {
"name": "Anand Rajaram",
"email": "[email protected]",
"url": "anandrajaram.dev"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/anandrajaram21/alfred-notion/issues"
},
"homepage": "https://github.com/anandrajaram21/alfred-notion#readme",
"dependencies": {
"@notionhq/client": "^0.3.2",
"alfred-notifier": "^0.2.3",
"alfy": "^0.12.1",
"chrono-node": "^2.3.1",
"dotenv": "^10.0.0"
},
"type": "module"
}