-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 984 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
42
43
44
45
46
47
48
49
50
51
{
"name": "open-by-alfred",
"version": "1.0.5",
"description": "Open the project in Jetbrains or VSCode by Alfred",
"license": "MIT",
"repository": "gp0119/open-by-alfred",
"type": "module",
"author": {
"name": "ganpeng",
"email": "[email protected]",
"url": "https://github.com/gp0119/open-by-alfred"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"files": [
"index.js",
"icon.png",
"webstorm.png",
"fleet.png",
"idea.png",
"goland.png",
"pycharm.png",
"phpstorm.png",
"rust.png",
"clion.png",
"rider.png",
"vscode.png",
"info.plist"
],
"keywords": [
"alfred",
"workflow",
"alfy"
],
"dependencies": {
"alfy": "^1.1.0",
"fast-glob": "^3.3.1",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"alfy-test": "^0.4.2",
"ava": "^5.3.1",
"xo": "^0.55.1"
}
}