forked from wkaisertexas/tranzlate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 1.91 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 1.91 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "tranzlate.js",
"version": "1.1.0",
"description": "Translate your string catalogs to any language | 将您的字符串目录翻译成任何语言 | Traduzca sus catálogos de cadenas a cualquier idioma | Traduisez vos catalogues de chaînes dans n'importe quelle langue",
"main": "./src/index.js",
"type": "module",
"scripts": {
"start": "jiti ./src/index.js",
"lint:fix": "prettier --write . && eslint --fix",
"lint": "prettier --check . && eslint",
"build": "pkgroll",
"prepare": "husky install"
},
"keywords": [
"I18n",
"L10n",
"swift",
"string",
"catalog",
"chatgpt",
"google",
"translate",
"transpiler",
"linguistics",
"polyglot",
"lexicon",
"babel",
"gloss",
"vernacular",
"dialect",
"jargon",
"parlance",
"multilingual",
"swiftui",
"अनुवाद",
"क्रोनोमीट्री",
"हिंदू",
"कंकड़ स्विफ्ट",
"traducción",
"clima",
"multilingue",
"语言学",
"翻译",
"转译",
"针灸治疗",
"关键词",
"快速",
"beruang",
"kuda",
"multibahasa",
"terjemahan",
"linguistik"
],
"files": [
"dist"
],
"bin": {
"tranzlate": "./dist/index.js",
"translate": "./dist/index.js"
},
"author": "William Kaiser",
"license": "MIT",
"lint-staged": {
"**/*.{ts,js,json}": "prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/wkaisertexas/tranzlate.git"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"clack": "^0.1.0",
"cleye": "^1.3.2",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"ini": "^4.1.1",
"openai": "^4.24.1",
"picocolors": "^1.0.0",
"pkgroll": "^2.0.1"
},
"devDependencies": {
"husky": "^4.3.8",
"lint-staged": "^15.2.0",
"nodemon": "^3.1.4",
"prettier": "3.1.1"
}
}