UNPKG

@demirdeniz/tuyapi-newgen

Version:

An easy-to-use New Gen API for devices that use Tuya's cloud services (updated with Tuya 3.5 protocol)

67 lines (66 loc) 1.53 kB
{ "name": "@demirdeniz/tuyapi-newgen", "version": "8.1.5", "description": "An easy-to-use New Gen API for devices that use Tuya's cloud services (updated with Tuya 3.5 protocol)", "main": "index.js", "types": "index.d.ts", "files": [ "lib/**/*", "index.js", "index.d.ts" ], "scripts": { "lint": "xo", "test": "echo \"Error: no test specified\" && exit 1", "coverage": "nyc npm test && nyc report --reporter=lcov", "document": "documentation build index.js -f html -o docs --config documentation.yml" }, "repository": { "type": "git", "url": "git+https://github.com/MrCO0OL/tuyapi-newgen.git" }, "keywords": [ "tuya", "iot", "plug", "jinvoo", "switch", "api", "socket", "protocol", "loytec", "demir" ], "author": "Demir Deniz <demir.y.deniz@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/MrCO0OL/tuyapi-newgen/issues" }, "homepage": "https://github.com/MrCO0OL/tuyapi-newgen#readme", "dependencies": { "debug": "^4.3.7", "p-queue": "6.6.2", "p-retry": "4.6.2", "p-timeout": "3.2.0" }, "devDependencies": { "documentation": "^14.0.0" }, "xo": { "space": true, "ignores": [ "docs" ], "rules": { "max-len": "off", "indent": [ "error", 2, { "ObjectExpression": "first", "ArrayExpression": "first" } ] } } }