-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 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
{
"name": "vue-detect-translation",
"version": "1.2.3",
"description": "auto detect Vue translation keys, with auto translate",
"main": "src/index.js",
"bin": {
"v-detect-t": "src/index.js"
},
"scripts": {
"test:file": "node . --path=tests/test.vue",
"test:path": "node . --path=tests --funcName=$t",
"test:toArLang": "node . --path=tests --funcName=$t --autoTranslate=ar",
"test:wrongPath": "node . --path=testes",
"test:outputIsDirectory": "node . --path=tests --funcName=$t --output=tests --autoTranslate=toLANG",
"test:wrongOutputExt": "node . --path=tests --funcName=$t --output=test/en.js --autoTranslate=ar"
},
"author": "Egyjs | AbdulRahman El-zahaby <el3zahaby@gmail.com",
"repository": "https://github.com/egyjs/vue-auto-detect-translation",
"license": "MIT",
"dependencies": {
"api-translator": "^1.0.11",
"glob": "^8.0.3",
"minimist": "^1.2.7"
},
"keywords": [
"vue-detect-translation",
"vue",
"translation",
"auto",
"detect",
"translate",
"auto-translate",
"free-translate",
"google-translate"
],
"type": "module"
}