UNPKG

@flowfuse/mqtt-schema-agent

Version:

Agent to collect MQTT topic Schema

52 lines (51 loc) 1.23 kB
{ "name": "@flowfuse/mqtt-schema-agent", "version": "1.1.2", "description": "Agent to collect MQTT topic Schema", "main": "index.js", "homepage": "https://flowfuse.com", "bugs": { "url": "https://github.com/FlowFuse/mqtt-schema-agent/issues" }, "repository": { "type": "git", "url": "git+https://github.com/FlowFuse/mqtt-schema-agent.git" }, "scripts": { "test": "mocha 'test/**/*_spec.js' --timeout 10000 --node-option=unhandled-rejections=strict", "lint": "eslint -c eslint.config.mjs", "lint:fix": "eslint -c eslint.config.mjs --fix" }, "bin": { "mqtt-schema-agent": "./index.js" }, "keywords": [ "flowfuse", "mqtt" ], "author": { "name": "FlowFuse Inc." }, "license": "Apache-2.0", "dependencies": { "body-parser": "^2.2.2", "express": "^5.2.1", "got": "^11.8.6", "is-utf8": "^0.2.1", "mqtt": "^5.10.3" }, "devDependencies": { "@eslint/js": "^9.39.2", "aedes": "^1.0.2", "ajv": "8.18.0", "eslint": "^9.39.2", "eslint-plugin-no-only-tests": "^3.3.0", "globals": "^17.4.0", "mocha": "^11.7.5", "neostandard": "^0.13.0", "should": "^13.2.3" }, "engines": { "node": ">=18.x" } }