UNPKG

@uci/mqtt

Version:

mqtt client with json payloads and mqtt custom broker

47 lines (46 loc) 1.33 kB
{ "name": "@uci/mqtt", "version": "0.1.2", "description": "mqtt client with json payloads and mqtt custom broker", "main": "src", "scripts": { "testw": "mocha -r esm test/*.test.mjs --watch --recurse --watch-extensions mjs", "test": "mocha -r esm test/*.test.mjs", "testci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec --recursive && codecov || true", "example": "node -r esm example/example", "dev": "./node_modules/.bin/nodemon -r esm-e mjs example/example" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/uci-changeme.git" }, "keywords": [ "node.js", "I2C", "raspberryPi" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-changeme/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-changeme#readme", "dependencies": { "@uci/logger": "0.0.5", "async-mqtt": "^2.0.0", "better-try-catch": "^0.6.2", "is-plain-object": "^2.0.4", "lodash.merge": "^4.6.1", "lodash.union": "^4.6.0", "lodash.xor": "^4.5.0" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "codecov": "^3.1.0", "esm": "^3.0.84", "istanbul": "^0.4.5", "mocha": "^5.2.0", "nodemon": "^1.18.5" } }