node-red-contrib-tuya-smart-device
Version:
A node-red module to interact with the tuya smart devices
33 lines (32 loc) • 821 B
JSON
{
"name": "node-red-contrib-tuya-smart-device",
"version": "5.3.3",
"description": "A node-red module to interact with the tuya smart devices",
"repository": "https://github.com/vinodsr/node-red-contrib-tuya-smart-device",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vinod S R",
"license": "MIT",
"homepage": "https://github.com/vinodsr/node-red-contrib-tuya-smart-device",
"keywords": [
"node-red",
"tuya",
"tuyapi",
"tuya device"
],
"node-red": {
"version": ">=2.5.0",
"nodes": {
"tuya-smart-device": "src/tuya-smart-device.js",
"tuya-smart-device-generic": "src/tuya-smart-device-generic.js"
}
},
"dependencies": {
"tuyapi": "~7.7.0"
},
"engines": {
"node": ">=16.0.0"
}
}