forked from chekit/xlf2xlf
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "xlf-auto-translate",
"version": "1.0.34",
"description": "A command-line utility to automatically translate .xlf translation files using Google Translate",
"main": "./src/index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"test:watch": "node ./node_modules/mocha/bin/mocha --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danjor/google-translate-xlf.git"
},
"keywords": [
"translate",
"google",
"xlf",
"angular",
"i18n",
"multilingual",
"google-translate",
"angular2",
"ng"
],
"author": "Anton Cherepov",
"license": "MIT",
"contributors": [
{
"name": "danjor",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/danjor/google-translate-xlf/issues"
},
"homepage": "https://github.com/danjor/google-translate-xlf#readme",
"preferGlobal": true,
"bin": {
"xlf-auto-translate": "./src/index.js"
},
"dependencies": {
"@vitalets/google-translate-api": "8.0.0",
"bottleneck": "2.19.5",
"chalk": "2.4.1",
"lodash.clonedeep": "4.5.0",
"tunnel": "0.0.6",
"xml-js": "1.6.11",
"xml_normalize":"0.8.4",
"yargs": "15.3.1"
},
"devDependencies": {
"chai": "4.1.2",
"mocha": "7.2.0",
"proxyquire": "2.0.1"
},
"volta": {
"node": "16.14.2",
"yarn": "1.22.17"
}
}