UNPKG

react-mqtt-hooks

Version:
54 lines 1.31 kB
{ "name": "react-mqtt-hooks", "type": "module", "version": "0.4.0", "description": "React Hooks for MQTT", "author": "Eric Huang", "license": "MIT", "homepage": "https://github.com/erich2s/react-mqtt-hooks", "repository": { "url": "https://github.com/erich2s/react-mqtt-hooks" }, "publishConfig": { "access": "public" }, "keywords": [ "mqtt", "react", "hooks", "iot", "esp", "stm32" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "mqtt": "^5.10.3", "react": ">=18.3.1" }, "devDependencies": { "@antfu/eslint-config": "^4.1.1", "@changesets/cli": "^2.27.12", "@eslint-react/eslint-plugin": "^1.26.0", "@swc/core": "^1.4.8", "@types/node": "^20.15.1", "@types/react": "^18.3.1", "eslint": "^9.19.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-format": "^1.0.1", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "scripts": { "dev": "tsup --watch", "build": "tsup", "lint": "eslint . --fix", "release": "pnpm lint && pnpm build && changeset version && changeset publish" } }