uci-mqtt/package.json

43 lines
1.1 KiB
JSON

{
"name": "@uci/mqtt",
"version": "0.1.10",
"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",
"example": "node -r esm example/example",
"dev": "./node_modules/.bin/nodemon -r esm 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-utils/logger": "^0.0.14",
"async-mqtt": "1.0.1",
"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",
"esm": "^3.2.5",
"mocha": "^5.2.0",
"nodemon": "^1.18.10"
}
}