{
    "name": "@node-wot/binding-mqtt",
    "version": "0.9.2",
    "description": "MQTT binding for node-wot",
    "author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
    "license": "EPL-2.0 OR W3C-20150513",
    "repository": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/binding-mqtt",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/"
    ],
    "main": "dist/mqtt.js",
    "types": "dist/mqtt.d.ts",
    "dependencies": {
        "@node-wot/core": "0.9.2",
        "aedes": "^0.46.2",
        "mqtt": "^5.3.2",
        "rxjs": "^5.5.11"
    },
    "scripts": {
        "build": "tsc -b",
        "test": "mocha --require ts-node/register --extension ts",
        "lint": "eslint .",
        "lint:fix": "eslint . --fix",
        "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"**/*.json\""
    },
    "bugs": {
        "url": "https://github.com/eclipse-thingweb/node-wot/issues"
    },
    "homepage": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/binding-mqtt#readme",
    "directories": {
        "test": "test"
    }
}
