async-mqtt
Version:
Promise wrapper over MQTT.js
37 lines (36 loc) • 749 B
JSON
{
"name": "async-mqtt",
"version": "2.6.3",
"description": "Promise wrapper over MQTT.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mqttjs/async-mqtt.git"
},
"keywords": [
"mqtt",
"promise",
"async",
"publish",
"subscribe"
],
"author": "rangermauve",
"license": "MIT",
"bugs": {
"url": "https://github.com/mqttjs/async-mqtt/issues"
},
"homepage": "https://github.com/mqttjs/async-mqtt#readme",
"dependencies": {
"mqtt": "^4.3.7"
},
"devDependencies": {
"@types/node": "^14.0.5",
"eslint": "^7.32.0",
"mqtt-connection": "^4.0.0",
"tape": "^5.0.0"
}
}