UNPKG

@kaaiot/mqtt-client

Version:

Comprehensive MQTT client tailored for the Kaa IoT platform, providing a range of methods to interact with the platform's features.

33 lines (32 loc) 970 B
{ "name": "@kaaiot/mqtt-client", "version": "1.0.0", "description": "Comprehensive MQTT client tailored for the Kaa IoT platform, providing a range of methods to interact with the platform's features.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "lint": "eslint --cache \"src/**/*.{js,jsx,ts,tsx}\"", "lint:fix": "eslint --cache --fix \"src/**/*.{js,jsx,ts,tsx}\"" }, "keywords": ["kaa", "kaaiot", "mqtt", "client", "sdk", "iot"], "author": "kaa-team@kaaiot.io", "license": "Apache-2.0", "files": [ "dist", "README.md" ], "dependencies": { "mqtt": "^5.4.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.2.5", "typescript": "^5.4.2" } }