-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "alfred-search-omnifocus",
"version": "1.0.15",
"licence": "MIT",
"description": "This is a workflow for Alfred that performs free text searches on OmniFocus data",
"engines": {
"node": ">=4"
},
"files": [
"icons/*",
"images/*",
"config.js",
"constants.js",
"icon.png",
"index.js",
"info-alfred4.plist",
"info.plist",
"omnifocus.js",
"query_factory.js",
"README.md",
"result_factory.js"
],
"repository": "rhydlews/alfred-search-omnifocus",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"type": "module",
"author": {
"name": "Rhyd Lewis",
"email": "rhyd.lewis@icloud.com",
"url": "https://rhydlewis.net"
},
"homepage": "https://github.com/rhydlewis/alfred-search-omnifocus",
"dependencies": {
"alfy": "^2.1.0",
"applescript": "^1.0.0",
"better-sqlite3": "^11.5.0",
"date-fns": "^4.1.0",
"yargs": "^17.7.2"
}
}