{
  "name": "@demirdeniz/node-red-contrib-tuya-api",
  "version": "2.0.2",
  "description": "access tuya devices via cloud api and local sockets",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrCO0OL/node-red-contrib-tuya-api"
  },
  "author": "Demir Deniz",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.27.2",
    "crypto": "^1.0.1",
    "crypto-js": "^4.1.1",
    "mocha": "^10.0.0",
    "qs": "^6.10.3",
    "tuyapi": "^7.2.1"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "tuya",
    "node-red",
    "api",
    "zigbee",
    "LOYTEC",
    "kepler",
    "kepler-elec",
    "demir"
  ],
  "node-red": {
    "version": ">=3.0.0",
    "nodes": {
      "tuya_sign": "auth.js",
      "tuya-local-socket": "socket.js",
      "dsocket": "dsocket.js",
      "msocket": "msocket.js"
    }
  }
}
