-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 817 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
{
"name": "alfred-parrot",
"version": "1.3.0",
"description": "Alfred workflow 翻译插件",
"license": "MIT",
"repository": "https://github.com/haojen/alfred-parrot",
"author": {
"name": "haojen ma",
"email": "[email protected]",
"url": "haojen.github.io"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup",
"dev": "NODE_ENV=development node index"
},
"files": [
"script",
"index.js",
"icon.png",
"info.plist"
],
"keywords": [
"alfred",
"workflow",
"alfy",
"parrot",
"翻译"
],
"dependencies": {
"alfy": "0.9.1",
"md5": "^2.2.1"
},
"devDependencies": {
"alfy-test": "^0.3.0",
"ava": "^2.4.0",
"xo": "^0.17.0"
}
}