-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 919 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
{
"name": "arvis-language-configuration",
"version": "0.0.1",
"description": "Arvis workflow arvis-google-translate language configuration",
"license": "MIT",
"repository": "xfslove/arvis-language-configuration",
"author": {
"name": "hanwen.huang",
"email": "xfslove@gmail.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava",
"postinstall": "arvish-init",
"preuninstall": "arvish-cleanup"
},
"files": [
"index.js",
"languages.js",
"icon.png",
"arvis-workflow.json"
],
"keywords": [
"translate",
"google-translate",
"arvis",
"arvis-workflow",
"workflow",
"arvish"
],
"dependencies": {
"arvish": ">=0.4.6",
"configstore": "^2.0.0"
},
"devDependencies": {
"puppeteer": "^1.11.0",
"codecov": "^3.6.5",
"coveralls": "^2.11.11",
"nyc": "^7.0.0",
"ava": "*",
"xo": "*"
}
}