diff --git a/README.md b/README.md index 37b5ac9..069e05a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 038eb5a..100b061 100644 --- a/package.json +++ b/package.json @@ -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" } \ No newline at end of file