package.json
1019 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "translatte",
"version": "3.0.1",
"description": "A free and unlimited translate for NodeJS",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/extensionsapp/translatte.git"
},
"keywords": [
"translate",
"translator",
"google",
"google translate",
"api",
"free",
"language",
"proxy",
"translatte",
"microsoft",
"azure",
"microsoft azure",
"microsoft translate",
"azure translate",
"google cloud",
"google cloud translate",
"yandex",
"yandex cloud",
"yandex translate",
"yandex cloud translate"
],
"author": {
"name": "ExtensionsApp",
"email": "extensionsapp@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/extensionsapp/translatte/issues"
},
"homepage": "https://github.com/extensionsapp/translatte#readme",
"dependencies": {
"tunnel": "0.0.6",
"configstore": "4.0.0",
"proxy-check": "1.0.8",
"got": "9.6.0"
}
}