forked from TerenYeung/poeditor-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 778 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 778 Bytes
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
{
"name": "poeditor-ci",
"version": "1.15.0",
"description": "POEditor cli is the Standard Tooling for workflow of POEditor.",
"main": "index.js",
"bin": {
"poeditor": "bin/index.js",
"poeditor.cli": "bin/index.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ov3rk1ll/poeditor-cli.git"
},
"keywords": [
"i18n",
"localization",
"poeditor",
"cli"
],
"author": "overkillerror@gmail.com",
"license": "ov3rk1ll",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"form-data": "^4.0.0",
"globby": "^9.2.0",
"ora": "^3.4.0",
"promise.series": "^0.2.0",
"querystring": "^0.2.0"
},
"engines": {
"node": ">=10.8.0"
}
}