-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1012 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
{
"name": "deepl-po-translate",
"version": "1.0.3",
"main": "src/index.js",
"bin": {
"deepl-po-translate": "bin/deepl-po-translate"
},
"scripts": {
"start": "node src/index.js",
"start.app": "yarn start --po-directory-path ~/Repos/ora-frontend/app/locales/",
"start.landing": "yarn start --po-directory-path ~/Repos/ora-landing-next/locale/",
"start.mobile": "yarn start --po-directory-path ~/Repos/ora-mobile/src/locales/"
},
"repository": {
"type": "git",
"url": "https://github.com/uffou/deepl-po-translate.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"deepl",
".po",
"translate",
"localazy",
"lingui",
"lingui.js",
"ora.pm"
],
"author": "Vasil Enchev",
"dependencies": {
"axios": "^0.21.1",
"commander": "^7.2.0",
"console-progress-bar": "^1.0.5",
"dotenv": "^16.0.3",
"esm": "3.2.25",
"gettext-parser": "^4.0.4",
"inquirer": "^8.0.0"
}
}