-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "phraseapp-cli",
"version": "2.4.4",
"description": "",
"main": "index.js",
"bin": {
"wat": "src/cli.js"
},
"author": "kununu",
"license": "MIT",
"scripts": {
"test": "ava ./tests",
"build": "rimraf ./dist && pkg . --out-path ./dist",
"build:tux": "rimraf ./dist && pkg . --output ./dist/phraseapp-cli-linux -t node8-linux-x64",
"release": "npm run build && dlvr release auto -f"
},
"dependencies": {
"argparse": "1.0.9",
"colors": "^1.1.2",
"dotenv": "4.0.0",
"gettext-parser": "^1.3.0",
"mkdirp": "0.5.1",
"node-async-loop": "1.2.2",
"request": "^2.81.0"
},
"devDependencies": {
"@kununu/eslint-config": "^1.0.1",
"ava": "^0.23.0",
"babel-eslint": "^7.2.3",
"eslint": "^4.18.1",
"eslint-config-standard": "10.2.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-import-order": "2.1.4",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "3.0.1",
"pkg": "^5.6.0",
"prettier": "^1.7.4",
"rimraf": "2.6.2"
}
}