uci-mqtt/package.json

43 lines
1.1 KiB
JSON

{
"name": "@uci/mqtt",
"version": "0.1.12",
"description": "mqtt client with UCI json packet payloads",
"main": "src",
"scripts": {
"testw": "mocha -r esm test/*.test.mjs --watch --recurse --watch-extensions mjs",
"test": "mocha -r esm test/*.test.mjs",
"client": "node -r esm example/client",
"dev": "UCI_ENV=dev UCI_LOG_LEVEL=debug ./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.15",
"better-try-catch": "0.6.2",
"is-plain-object": "^3.0.0",
"lodash.union": "^4.6.0",
"lodash.xor": "^4.5.0",
"mqtt": "^3.0.0",
"mqtt-match": "^2.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.25",
"mocha": "^6.2.0",
"nodemon": "^1.19.1"
}
}