sa-react-native-mqtt
Version:
MQTT client for react-native with new architecture support
30 lines (29 loc) • 800 B
JSON
{
"name": "sa-react-native-mqtt",
"version": "1.1.0",
"description": "MQTT client for react-native with new architecture support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sankalppatra/sa-react-native-mqtt.git"
},
"keywords": [
"mqtt",
"reactnative",
"iot",
"turbo-modules"
],
"author": "sankalp patra <sankalppatra2002@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sankalppatra/sa-react-native-mqtt/issues"
},
"homepage": "https://github.com/Sankalppatra/sa-react-native-mqtt.git#readme",
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.73.0"
}
}