-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.08 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "alfred-lingualeo",
"version": "1.4.2",
"description": "lingualeo dictionary",
"license": "MIT",
"repository": "bikenik/alfred-lingualeo",
"author": {
"name": "bikenik",
"email": "bikenik@icloud.com",
"url": "http://bikenik.org"
},
"engines": {
"node": ">=12.6"
},
"scripts": {
"test": "xo",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"files": [
"icon.png",
"icons",
"index.js",
"info.plist",
"src"
],
"keywords": [
"alfred",
"workflow",
"alfy"
],
"dependencies": {
"alfy": "^0.9.1",
"form-data": "^3.0.0",
"fs-extra": "^9.0.0",
"got": "^11.1.4",
"jsonfile": "^6.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"run-applescript": "^4.0.0",
"stream": "0.0.2",
"stream-to-promise": "^3.0.0",
"util": "^0.12.3"
},
"devDependencies": {
"ava": "^3.8.2",
"esm": "^3.2.25",
"webpack": "^4.43.0",
"xo": "^0.30.0"
},
"xo": {
"space": false,
"semicolon": false,
"capitalized-comments": [
"error",
"always",
{
"block": {
"ignorePattern": "blockignore"
}
}
]
}
}