Skip to content

Commit

Permalink
publish on npm
Browse files Browse the repository at this point in the history
Signed-off-by: Kazakov Stepan <[email protected]>
  • Loading branch information
ksrt12 committed Apr 16, 2022
1 parent 7c53056 commit 0b8a43c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The original repo is owned by [@AntonTumilovich](https://github.com/AntonTumilovich/https-flows.nodered.org-node-node-red-contrib-yandex-alice-command)

The original npm module is [node-red-contrib-yandex-alice-command](https://www.npmjs.com/package/node-red-contrib-yandex-alice-command)

## Nodes:

- alice-send Send voice command or text to speach to any Yandex.Alice speakers.
Expand Down
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
{
"name": "node-red-contrib-yandex-alice-command",
"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": ">=16.0.0"
},
"keywords": [
"node-red",
"yandex-alice-command",
"mqtt"
],
"bugs": {
"url": "https://github.com/AntonTumilovich/https-flows.nodered.org-node-node-red-contrib-yandex-alice-command/issues/"
"url": "https://github.com/ksrt12/node-red-yandex-alice-command/issues/"
},
"homepage": "https://github.com/AntonTumilovich/https-flows.nodered.org-node-node-red-contrib-yandex-alice-command",
"homepage": "https://github.com/ksrt12/node-red-yandex-alice-command",
"repository": {
"type": "git",
"url": "git+https://github.com/AntonTumilovich/https-flows.nodered.org-node-node-red-contrib-yandex-alice-command.git"
"url": "git+https://github.com/ksrt12/node-red-yandex-alice-command.git"
},
"version": "2.0.3",
"description": "yandex-alice-command system",
"main": "yandex-alice-command.js",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anton Tumilovich",
"license": "GPL",
"author": "Anton Tumilovich, Stepan Kazakov",
"license": "GPL-3.0",
"dependencies": {
"node-fetch": "^2.6.7"
}
},
"types": "./index.d.ts"
}

0 comments on commit 0b8a43c

Please sign in to comment.