nbr-keyb-mouse
Version:
Synthesizes key strokes, mouse motion and button clicks.
31 lines (30 loc) • 666 B
JSON
{
"name": "nbr-keyb-mouse",
"version": "1.0.4",
"description": "Synthesizes key strokes, mouse motion and button clicks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"keyboard",
"mouse",
"node-red",
"nodebot",
"automation",
"rpa"
],
"author": "NodeBotRpa@gmail.com",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nodebotrpa/editor.git"
},
"node-red": {
"nodes": {
"nbr-km-type": "nbr-km-type.js",
"nbr-km-hotkey": "nbr-km-hotkey.js",
"nbr-km-mouse": "nbr-km-mouse.js"
}
}
}