-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
258 lines (258 loc) · 6.95 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
{
"$schema": "https://www.raycast.com/schemas/extension.json",
"name": "deepl",
"title": "DeepL",
"description": "Translate text using the DeepL API.",
"icon": "command-icon.png",
"author": "pindab0ter",
"categories": [
"Productivity",
"Web"
],
"license": "MIT",
"commands": [
{
"name": "bg",
"title": "Translate into Bulgarian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Bulgarian.",
"mode": "view"
},
{
"name": "cs",
"title": "Translate into Czech",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Czech.",
"mode": "view"
},
{
"name": "da",
"title": "Translate into Danish",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Danish.",
"mode": "view"
},
{
"name": "de",
"title": "Translate into German",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to German.",
"mode": "view"
},
{
"name": "el",
"title": "Translate into Greek",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Greek.",
"mode": "view"
},
{
"name": "en-gb",
"title": "Translate into British English",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to English.",
"mode": "view"
},
{
"name": "en-us",
"title": "Translate into American English",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to English.",
"mode": "view"
},
{
"name": "es",
"title": "Translate into Spanish",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Spanish.",
"mode": "view"
},
{
"name": "et",
"title": "Translate into Estonian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Estonian.",
"mode": "view"
},
{
"name": "fi",
"title": "Translate into Finnish",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Finnish.",
"mode": "view"
},
{
"name": "fr",
"title": "Translate into French",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to French.",
"mode": "view"
},
{
"name": "hu",
"title": "Translate into Hungarian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Hungarian.",
"mode": "view"
},
{
"name": "id",
"title": "Translate into Indonesian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Indonesian.",
"mode": "view"
},
{
"name": "it",
"title": "Translate into Italian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Italian.",
"mode": "view"
},
{
"name": "ja",
"title": "Translate into Japanese",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Japanese.",
"mode": "view"
},
{
"name": "lt",
"title": "Translate into Lithuanian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Lithuanian.",
"mode": "view"
},
{
"name": "lv",
"title": "Translate into Latvian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Latvian.",
"mode": "view"
},
{
"name": "nl",
"title": "Translate into Dutch",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Dutch.",
"mode": "view"
},
{
"name": "pl",
"title": "Translate into Polish",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Polish.",
"mode": "view"
},
{
"name": "pt-pt",
"title": "Translate into Portuguese",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Portuguese.",
"mode": "view"
},
{
"name": "pt-br",
"title": "Translate into Brazilian Portuguese",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Portuguese.",
"mode": "view"
},
{
"name": "ro",
"title": "Translate into Romanian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Romanian.",
"mode": "view"
},
{
"name": "ru",
"title": "Translate into Russian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Russian.",
"mode": "view"
},
{
"name": "sk",
"title": "Translate into Slovak",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Slovak.",
"mode": "view"
},
{
"name": "sl",
"title": "Translate into Slovenian",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Slovenian.",
"mode": "view"
},
{
"name": "sv",
"title": "Translate into Swedish",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Swedish.",
"mode": "view"
},
{
"name": "tr",
"title": "Translate into Turkish",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Turkish.",
"mode": "view"
},
{
"name": "zh",
"title": "Translate into Chinese",
"subtitle": "DeepL",
"description": "Translate from an auto detected language to Chinese.",
"mode": "view"
}
],
"preferences": [
{
"name": "plan",
"type": "dropdown",
"title": "Subscription Plan",
"description": "Specify what DeepL Plan are you on.",
"required": true,
"default": "free",
"data": [
{
"title": "DeepL API Free",
"value": "free"
},
{
"title": "DeepL API Pro",
"value": "pro"
}
]
},
{
"name": "api_key",
"type": "password",
"required": true,
"title": "API Key",
"description": "Your DeepL API key. Find this in your account details.",
"link": "https://www.deepl.com/account/summary",
"placeholder": "Enter you DeepL API key"
}
],
"dependencies": {
"@raycast/api": "^1.38.2",
"@raycast/utils": "^1.0.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1",
"typescript": "^4.4.3"
},
"scripts": {
"build": "ray build -e dist",
"dev": "ray develop",
"fix-lint": "ray lint --fix",
"lint": "ray lint"
}
}