-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 981 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
{
"name": "@ksrt12/node-red-yandex-alice-command",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"alice-send": "nodes/alice-send.js",
"alice-login": "nodes/alice-login.js"
}
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"node-red",
"yandex-alice-command",
"mqtt"
],
"bugs": {
"url": "https://github.com/ksrt12/node-red-yandex-alice-command/issues/"
},
"homepage": "https://github.com/ksrt12/node-red-yandex-alice-command",
"repository": {
"type": "git",
"url": "git+https://github.com/ksrt12/node-red-yandex-alice-command.git"
},
"version": "2.1.0",
"description": "yandex-alice-command system",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anton Tumilovich, Stepan Kazakov",
"license": "GPL-3.0",
"types": "./index.d.ts"
}