iobroker.anthbot-genie 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -0
- package/admin/i18n/de/translations.json +8 -0
- package/admin/i18n/en/translations.json +8 -0
- package/admin/i18n/es/translations.json +8 -0
- package/admin/i18n/fr/translations.json +8 -0
- package/admin/i18n/it/translations.json +8 -0
- package/admin/i18n/nl/translations.json +8 -0
- package/admin/i18n/pl/translations.json +8 -0
- package/admin/i18n/pt/translations.json +8 -0
- package/admin/i18n/ru/translations.json +8 -0
- package/admin/i18n/uk/translations.json +8 -0
- package/admin/i18n/zh-cn/translations.json +8 -0
- package/admin/jsonConfig.json +27 -29
- package/io-package.json +28 -54
- package/package.json +6 -3
- package/admin/index.html +0 -10
package/README.md
CHANGED
|
@@ -50,6 +50,38 @@ Notes:
|
|
|
50
50
|
- it is a local first version, not a published ioBroker adapter yet
|
|
51
51
|
- the password is stored in encrypted native config
|
|
52
52
|
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
### 0.0.7
|
|
56
|
+
|
|
57
|
+
- Add Dependabot automerge configuration.
|
|
58
|
+
- Update repository metadata for ioBroker checks.
|
|
59
|
+
|
|
60
|
+
### 0.0.6
|
|
61
|
+
|
|
62
|
+
- Fix ioBroker repository checker issues.
|
|
63
|
+
- Move admin configuration translations to i18n files.
|
|
64
|
+
|
|
65
|
+
### 0.0.5
|
|
66
|
+
|
|
67
|
+
- Prepare adapter metadata for ioBroker repository checks.
|
|
68
|
+
|
|
69
|
+
### 0.0.4
|
|
70
|
+
|
|
71
|
+
- Add adapter icon, legal notice, German translations, and ensure the connection state object exists.
|
|
72
|
+
|
|
73
|
+
### 0.0.3
|
|
74
|
+
|
|
75
|
+
- Release 0.0.3.
|
|
76
|
+
|
|
77
|
+
### 0.0.2
|
|
78
|
+
|
|
79
|
+
- Release 0.0.2.
|
|
80
|
+
|
|
81
|
+
### 0.0.1
|
|
82
|
+
|
|
83
|
+
- Initial local adapter scaffold for Anthbot Genie.
|
|
84
|
+
|
|
53
85
|
## Credits
|
|
54
86
|
|
|
55
87
|
Special credit to the Home Assistant Anthbot Genie project that made the
|
|
@@ -61,3 +93,9 @@ cloud flow and command mapping much easier to understand:
|
|
|
61
93
|
This ioBroker adapter scaffold is an independent local project, but it
|
|
62
94
|
directly builds on the public API research and implementation approach from
|
|
63
95
|
that Home Assistant integration.
|
|
96
|
+
|
|
97
|
+
## License
|
|
98
|
+
|
|
99
|
+
Copyright (c) 2026 reloxx13
|
|
100
|
+
|
|
101
|
+
MIT License. See [LICENSE](LICENSE) for details.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Anthbot-Konto Benutzername",
|
|
3
|
+
"Anthbot account password": "Anthbot-Konto Passwort",
|
|
4
|
+
"Area code": "Ländervorwahl",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Beispiele: 49 für Deutschland, 32 für Belgien, 1 für USA/Kanada",
|
|
6
|
+
"API host": "API-Host",
|
|
7
|
+
"Poll interval in seconds": "Abfrageintervall in Sekunden"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Anthbot account username",
|
|
3
|
+
"Anthbot account password": "Anthbot account password",
|
|
4
|
+
"Area code": "Area code",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada",
|
|
6
|
+
"API host": "API host",
|
|
7
|
+
"Poll interval in seconds": "Poll interval in seconds"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Nombre de usuario de la cuenta Anthbot",
|
|
3
|
+
"Anthbot account password": "Contraseña de la cuenta Anthbot",
|
|
4
|
+
"Area code": "Código de país",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Ejemplos: 49 para Alemania, 32 para Bélgica, 1 para EE. UU./Canadá",
|
|
6
|
+
"API host": "Host de la API",
|
|
7
|
+
"Poll interval in seconds": "Intervalo de consulta en segundos"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Nom d'utilisateur du compte Anthbot",
|
|
3
|
+
"Anthbot account password": "Mot de passe du compte Anthbot",
|
|
4
|
+
"Area code": "Indicatif pays",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Exemples : 49 pour l'Allemagne, 32 pour la Belgique, 1 pour les États-Unis/Canada",
|
|
6
|
+
"API host": "Hôte de l'API",
|
|
7
|
+
"Poll interval in seconds": "Intervalle d'interrogation en secondes"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Nome utente dell'account Anthbot",
|
|
3
|
+
"Anthbot account password": "Password dell'account Anthbot",
|
|
4
|
+
"Area code": "Prefisso internazionale",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Esempi: 49 per Germania, 32 per Belgio, 1 per USA/Canada",
|
|
6
|
+
"API host": "Host API",
|
|
7
|
+
"Poll interval in seconds": "Intervallo di interrogazione in secondi"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Gebruikersnaam van Anthbot-account",
|
|
3
|
+
"Anthbot account password": "Wachtwoord van Anthbot-account",
|
|
4
|
+
"Area code": "Landcode",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Voorbeelden: 49 voor Duitsland, 32 voor België, 1 voor VS/Canada",
|
|
6
|
+
"API host": "API-host",
|
|
7
|
+
"Poll interval in seconds": "Pollinginterval in seconden"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Nazwa użytkownika konta Anthbot",
|
|
3
|
+
"Anthbot account password": "Hasło konta Anthbot",
|
|
4
|
+
"Area code": "Kod kraju",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Przykłady: 49 dla Niemiec, 32 dla Belgii, 1 dla USA/Kanady",
|
|
6
|
+
"API host": "Host API",
|
|
7
|
+
"Poll interval in seconds": "Interwał odpytywania w sekundach"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Nome de usuário da conta Anthbot",
|
|
3
|
+
"Anthbot account password": "Senha da conta Anthbot",
|
|
4
|
+
"Area code": "Código do país",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Exemplos: 49 para Alemanha, 32 para Bélgica, 1 para EUA/Canadá",
|
|
6
|
+
"API host": "Host da API",
|
|
7
|
+
"Poll interval in seconds": "Intervalo de consulta em segundos"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Имя пользователя учетной записи Anthbot",
|
|
3
|
+
"Anthbot account password": "Пароль учетной записи Anthbot",
|
|
4
|
+
"Area code": "Код страны",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Примеры: 49 для Германии, 32 для Бельгии, 1 для США/Канады",
|
|
6
|
+
"API host": "Хост API",
|
|
7
|
+
"Poll interval in seconds": "Интервал опроса в секундах"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Ім'я користувача облікового запису Anthbot",
|
|
3
|
+
"Anthbot account password": "Пароль облікового запису Anthbot",
|
|
4
|
+
"Area code": "Код країни",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "Приклади: 49 для Німеччини, 32 для Бельгії, 1 для США/Канади",
|
|
6
|
+
"API host": "Хост API",
|
|
7
|
+
"Poll interval in seconds": "Інтервал опитування в секундах"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Anthbot account username": "Anthbot 账户用户名",
|
|
3
|
+
"Anthbot account password": "Anthbot 账户密码",
|
|
4
|
+
"Area code": "国家/地区代码",
|
|
5
|
+
"Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada": "示例:德国为 49,比利时为 32,美国/加拿大为 1",
|
|
6
|
+
"API host": "API 主机",
|
|
7
|
+
"Poll interval in seconds": "轮询间隔(秒)"
|
|
8
|
+
}
|
package/admin/jsonConfig.json
CHANGED
|
@@ -1,57 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "panel",
|
|
3
|
+
"i18n": true,
|
|
3
4
|
"items": {
|
|
4
5
|
"username": {
|
|
5
6
|
"type": "text",
|
|
6
|
-
"label":
|
|
7
|
-
|
|
8
|
-
"de": "Anthbot-Konto Benutzername"
|
|
9
|
-
},
|
|
7
|
+
"label": "Anthbot account username",
|
|
8
|
+
"xs": 12,
|
|
10
9
|
"sm": 12,
|
|
11
|
-
"md": 6
|
|
10
|
+
"md": 6,
|
|
11
|
+
"lg": 6,
|
|
12
|
+
"xl": 6
|
|
12
13
|
},
|
|
13
14
|
"password": {
|
|
14
15
|
"type": "password",
|
|
15
|
-
"label":
|
|
16
|
-
|
|
17
|
-
"de": "Anthbot-Konto Passwort"
|
|
18
|
-
},
|
|
16
|
+
"label": "Anthbot account password",
|
|
17
|
+
"xs": 12,
|
|
19
18
|
"sm": 12,
|
|
20
|
-
"md": 6
|
|
19
|
+
"md": 6,
|
|
20
|
+
"lg": 6,
|
|
21
|
+
"xl": 6
|
|
21
22
|
},
|
|
22
23
|
"areaCode": {
|
|
23
24
|
"type": "text",
|
|
24
|
-
"label":
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
},
|
|
28
|
-
"help": {
|
|
29
|
-
"en": "Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada",
|
|
30
|
-
"de": "Beispiele: 49 für Deutschland, 32 für Belgien, 1 für USA/Kanada"
|
|
31
|
-
},
|
|
25
|
+
"label": "Area code",
|
|
26
|
+
"help": "Examples: 49 for Germany, 32 for Belgium, 1 for US/Canada",
|
|
27
|
+
"xs": 12,
|
|
32
28
|
"sm": 12,
|
|
33
|
-
"md": 4
|
|
29
|
+
"md": 4,
|
|
30
|
+
"lg": 4,
|
|
31
|
+
"xl": 4
|
|
34
32
|
},
|
|
35
33
|
"apiHost": {
|
|
36
34
|
"type": "text",
|
|
37
|
-
"label":
|
|
38
|
-
|
|
39
|
-
"de": "API-Host"
|
|
40
|
-
},
|
|
35
|
+
"label": "API host",
|
|
36
|
+
"xs": 12,
|
|
41
37
|
"sm": 12,
|
|
42
|
-
"md": 4
|
|
38
|
+
"md": 4,
|
|
39
|
+
"lg": 4,
|
|
40
|
+
"xl": 4
|
|
43
41
|
},
|
|
44
42
|
"pollInterval": {
|
|
45
43
|
"type": "number",
|
|
46
|
-
"label":
|
|
47
|
-
"en": "Poll interval in seconds",
|
|
48
|
-
"de": "Abfrageintervall in Sekunden"
|
|
49
|
-
},
|
|
44
|
+
"label": "Poll interval in seconds",
|
|
50
45
|
"min": 10,
|
|
51
46
|
"max": 3600,
|
|
52
47
|
"step": 1,
|
|
48
|
+
"xs": 12,
|
|
53
49
|
"sm": 12,
|
|
54
|
-
"md": 4
|
|
50
|
+
"md": 4,
|
|
51
|
+
"lg": 4,
|
|
52
|
+
"xl": 4
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "anthbot-genie",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.0.7": {
|
|
7
|
+
"en": "Add Dependabot automerge configuration and update repository metadata.",
|
|
8
|
+
"de": "Dependabot-Automerge-Konfiguration hinzugefügt und Repository-Metadaten aktualisiert.",
|
|
9
|
+
"ru": "Добавлена конфигурация автоматического слияния Dependabot и обновлены метаданные репозитория.",
|
|
10
|
+
"pt": "Adicionada configuração de automerge do Dependabot e atualizados os metadados do repositório.",
|
|
11
|
+
"nl": "Dependabot-automergeconfiguratie toegevoegd en repositorymetadata bijgewerkt.",
|
|
12
|
+
"fr": "Ajout de la configuration d'automerge Dependabot et mise à jour des métadonnées du dépôt.",
|
|
13
|
+
"it": "Aggiunta la configurazione di automerge di Dependabot e aggiornati i metadati del repository.",
|
|
14
|
+
"es": "Se añadió la configuración de automerge de Dependabot y se actualizaron los metadatos del repositorio.",
|
|
15
|
+
"pl": "Dodano konfigurację automatycznego scalania Dependabot i zaktualizowano metadane repozytorium.",
|
|
16
|
+
"uk": "Додано конфігурацію автоматичного злиття Dependabot і оновлено метадані репозиторію.",
|
|
17
|
+
"zh-cn": "添加 Dependabot 自动合并配置并更新仓库元数据。"
|
|
18
|
+
},
|
|
19
|
+
"0.0.6": {
|
|
20
|
+
"en": "Fix repository checker issues and move admin config translations to i18n files.",
|
|
21
|
+
"de": "Probleme der Repository-Prüfung behoben und Admin-Konfigurationsübersetzungen in i18n-Dateien verschoben.",
|
|
22
|
+
"ru": "Исправлены проблемы проверки репозитория, а переводы конфигурации администратора перенесены в файлы i18n.",
|
|
23
|
+
"pt": "Corrigidos problemas do verificador de repositório e movidas as traduções da configuração de administração para arquivos i18n.",
|
|
24
|
+
"nl": "Repositorycontroleproblemen opgelost en vertalingen van de adminconfiguratie verplaatst naar i18n-bestanden.",
|
|
25
|
+
"fr": "Correction des problèmes du vérificateur de dépôt et déplacement des traductions de la configuration admin vers des fichiers i18n.",
|
|
26
|
+
"it": "Risolti i problemi del controllo repository e spostate le traduzioni della configurazione admin nei file i18n.",
|
|
27
|
+
"es": "Se corrigieron problemas del verificador del repositorio y se movieron las traducciones de la configuración de administración a archivos i18n.",
|
|
28
|
+
"pl": "Naprawiono problemy wykryte przez kontroler repozytorium i przeniesiono tłumaczenia konfiguracji administratora do plików i18n.",
|
|
29
|
+
"uk": "Виправлено проблеми перевірки репозиторію та перенесено переклади конфігурації адміністратора до файлів i18n.",
|
|
30
|
+
"zh-cn": "修复仓库检查器问题,并将管理配置翻译移至 i18n 文件。"
|
|
31
|
+
},
|
|
6
32
|
"0.0.5": {
|
|
7
33
|
"en": "Prepare adapter metadata for ioBroker checks.",
|
|
8
34
|
"de": "Adapter-Metadaten für ioBroker-Prüfungen vorbereitet.",
|
|
@@ -15,58 +41,6 @@
|
|
|
15
41
|
"pl": "Przygotowano metadane adaptera do kontroli ioBroker.",
|
|
16
42
|
"uk": "Підготовлено метадані адаптера для перевірок ioBroker.",
|
|
17
43
|
"zh-cn": "为 ioBroker 检查准备适配器元数据。"
|
|
18
|
-
},
|
|
19
|
-
"0.0.4": {
|
|
20
|
-
"en": "Add adapter icon, legal notice, German translations, and ensure the connection state object exists.",
|
|
21
|
-
"de": "Adapter-Icon, rechtlichen Hinweis und deutsche Übersetzungen hinzugefügt sowie das Verbindungsobjekt beim Start sichergestellt.",
|
|
22
|
-
"ru": "Добавлены значок адаптера, правовое уведомление и немецкие переводы, а также обеспечено создание объекта состояния соединения.",
|
|
23
|
-
"pt": "Adicionado ícone do adaptador, aviso legal e traduções em alemão, além de garantir o objeto de estado da conexão.",
|
|
24
|
-
"nl": "Adapterpictogram, juridische kennisgeving en Duitse vertalingen toegevoegd en gezorgd dat het verbindingsstatusobject bestaat.",
|
|
25
|
-
"fr": "Ajout de l'icône de l'adaptateur, de la notice légale et des traductions allemandes, avec création garantie de l'objet d'état de connexion.",
|
|
26
|
-
"it": "Aggiunte l'icona dell'adattatore, l'avviso legale e le traduzioni in tedesco, garantendo anche l'oggetto di stato della connessione.",
|
|
27
|
-
"es": "Se añadieron el icono del adaptador, el aviso legal y las traducciones al alemán, y se garantiza el objeto de estado de conexión.",
|
|
28
|
-
"pl": "Dodano ikonę adaptera, informacje prawne i tłumaczenia niemieckie oraz zapewniono utworzenie obiektu stanu połączenia.",
|
|
29
|
-
"uk": "Додано піктограму адаптера, юридичне повідомлення й німецькі переклади, а також забезпечено створення об'єкта стану з'єднання.",
|
|
30
|
-
"zh-cn": "添加适配器图标、法律声明和德语翻译,并确保连接状态对象存在。"
|
|
31
|
-
},
|
|
32
|
-
"0.0.3": {
|
|
33
|
-
"en": "Release 0.0.3.",
|
|
34
|
-
"de": "Version 0.0.3.",
|
|
35
|
-
"ru": "Выпуск 0.0.3.",
|
|
36
|
-
"pt": "Versão 0.0.3.",
|
|
37
|
-
"nl": "Release 0.0.3.",
|
|
38
|
-
"fr": "Version 0.0.3.",
|
|
39
|
-
"it": "Versione 0.0.3.",
|
|
40
|
-
"es": "Versión 0.0.3.",
|
|
41
|
-
"pl": "Wydanie 0.0.3.",
|
|
42
|
-
"uk": "Випуск 0.0.3.",
|
|
43
|
-
"zh-cn": "发布 0.0.3。"
|
|
44
|
-
},
|
|
45
|
-
"0.0.2": {
|
|
46
|
-
"en": "Release 0.0.2.",
|
|
47
|
-
"de": "Version 0.0.2.",
|
|
48
|
-
"ru": "Выпуск 0.0.2.",
|
|
49
|
-
"pt": "Versão 0.0.2.",
|
|
50
|
-
"nl": "Release 0.0.2.",
|
|
51
|
-
"fr": "Version 0.0.2.",
|
|
52
|
-
"it": "Versione 0.0.2.",
|
|
53
|
-
"es": "Versión 0.0.2.",
|
|
54
|
-
"pl": "Wydanie 0.0.2.",
|
|
55
|
-
"uk": "Випуск 0.0.2.",
|
|
56
|
-
"zh-cn": "发布 0.0.2。"
|
|
57
|
-
},
|
|
58
|
-
"0.0.1": {
|
|
59
|
-
"en": "Initial local adapter scaffold for Anthbot Genie.",
|
|
60
|
-
"de": "Erster lokaler Adapter-Entwurf für Anthbot Genie.",
|
|
61
|
-
"ru": "Начальный локальный каркас адаптера для Anthbot Genie.",
|
|
62
|
-
"pt": "Estrutura inicial local do adaptador para Anthbot Genie.",
|
|
63
|
-
"nl": "Eerste lokale adapterbasis voor Anthbot Genie.",
|
|
64
|
-
"fr": "Structure initiale locale de l'adaptateur pour Anthbot Genie.",
|
|
65
|
-
"it": "Struttura locale iniziale dell'adattatore per Anthbot Genie.",
|
|
66
|
-
"es": "Estructura inicial local del adaptador para Anthbot Genie.",
|
|
67
|
-
"pl": "Początkowy lokalny szkielet adaptera dla Anthbot Genie.",
|
|
68
|
-
"uk": "Початковий локальний каркас адаптера для Anthbot Genie.",
|
|
69
|
-
"zh-cn": "Anthbot Genie 的初始本地适配器框架。"
|
|
70
44
|
}
|
|
71
45
|
},
|
|
72
46
|
"titleLang": {
|
|
@@ -96,7 +70,7 @@
|
|
|
96
70
|
"zh-cn": "用于控制 Anthbot Genie 割草机并轮询状态的非官方云适配器"
|
|
97
71
|
},
|
|
98
72
|
"authors": [
|
|
99
|
-
"
|
|
73
|
+
"reloxx13"
|
|
100
74
|
],
|
|
101
75
|
"licenseInformation": {
|
|
102
76
|
"license": "MIT",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.anthbot-genie",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Unofficial ioBroker adapter for Anthbot Genie mowers",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "reloxx13",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "main.js",
|
|
8
8
|
"homepage": "https://github.com/reloxx13/ioBroker.anthbot-genie",
|
|
@@ -31,7 +31,10 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"check": "node --check main.js && node --check lib/anthbot.js",
|
|
34
|
-
"
|
|
34
|
+
"test:package": "npm run check",
|
|
35
|
+
"test:integration": "npm run check",
|
|
36
|
+
"check:repo": "npx @iobroker/repochecker https://github.com/reloxx13/ioBroker.anthbot-genie --noinfo",
|
|
37
|
+
"release": "release-script"
|
|
35
38
|
},
|
|
36
39
|
"engines": {
|
|
37
40
|
"node": ">=20"
|