UNPKG

@tuyapi/stub

Version:

🧪 A stub device implementation for local testing.

45 lines (44 loc) • 904 B
{ "name": "@tuyapi/stub", "version": "0.3.0", "description": "🧪 A stub device implementation for local testing.", "main": "index.js", "scripts": { "test": "xo --quiet", "document": "documentation build index.js -f html -o docs" }, "keywords": [ "stub", "testing", "tuya", "tuyapi", "device" ], "files": [ "index.js" ], "author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)", "license": "MIT", "devDependencies": { "documentation": "^9.1.1", "xo": "^0.24.0" }, "xo": { "space": true, "ignores": [ "docs" ] }, "dependencies": { "debug": "^4.1.1", "tuyapi": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/TuyaAPI/stub.git" }, "bugs": { "url": "https://github.com/TuyaAPI/stub/issues" }, "homepage": "https://github.com/TuyaAPI/stub#readme" }