-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 974 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
33
34
35
36
37
38
39
40
41
{
"name": "alfred-kotlink",
"version": "1.0.1",
"description": "Alfred workflow to integrate with kotlink",
"license": "GPL-3.0-only",
"repository": {
"url": "https://github.com/augustocdias/alfred-kotlink",
"type": "git"
},
"engines": {
"node": ">=8"
},
"scripts": {
"build": "tsc -p .",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup",
"prepublish": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"info.plist",
"icon.png",
"lib/index.js",
"lib/set_cache.js"
],
"keywords": [
"kotlink",
"alfred"
],
"author": {
"name": "Augusto César Dias",
"email": "augusto.c.dias@gmail.com"
},
"dependencies": {
"alfy": "^0.8.0"
},
"devDependencies": {
"@types/node": "^11.11.3",
"typescript": "^3.3.3333"
}
}