-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "dolmetscher",
"version": "1.1.1",
"url": "https://github.com/nidhaloff/dolmetscher/issues",
"email": "nidhalbacc@gmail.com",
"description": "A flexible FREE and UNLIMITED node package to translate between different languages in a simple way using multiple translators.",
"scripts": {
"test": "mocha"
},
"dependencies": {
"axios": "^0.24.0"
},
"devDependencies": {
"chai": "^4.2.0",
"jssoup": "0.0.15",
"mocha": "^8.1.1"
},
"repository": "https://github.com/nidhaloff/dolmetscher",
"license": "MIT",
"engines": {
"node": ">=6"
},
"keywords": [
"google",
"translation",
"google translate",
"google-translate",
"translation-api",
"translationAPI",
"api",
"translator",
"simple-translation",
"batch-translation",
"file-translation",
"multiple-translations",
"automated-translations",
"automation",
"mymemory",
"mymemory-translator",
"mymemory-translation",
"multiple-translators",
"all-in-one-translation",
"translations-wrapper",
"dolmetscher",
"übersetzen",
"traduire"
]
}