-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 884 Bytes
/
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
{
"name": "alfred-yandex-translate",
"version": "3.0.0",
"description": "Yandex Translate workflow for Alfred",
"main": "index.mjs",
"repository": "git@github.com:mkalygin/alfred-yandex-translate.git",
"author": "Michael Kalygin <michael.kalygin@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"files": [
"scripts",
"icon.png",
"info.plist"
],
"keywords": [
"alfred",
"workflow",
"yandex",
"translate",
"api"
],
"dependencies": {
"alfy": "1.1.0",
"axios": "1.4.0",
"dotenv": "16.3.1",
"yandex-dictionary": "0.0.0",
"yandex-translate": "2.1.3"
},
"devDependencies": {
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.25.3"
}
}