From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- libs/ihealth-sdk/package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 libs/ihealth-sdk/package.json (limited to 'libs/ihealth-sdk/package.json') diff --git a/libs/ihealth-sdk/package.json b/libs/ihealth-sdk/package.json new file mode 100755 index 0000000..4ac2dba --- /dev/null +++ b/libs/ihealth-sdk/package.json @@ -0,0 +1,19 @@ +{ + "name": "@ihealth/ihealthlibrary-react-native", + "version": "1.5.0", + "description": "React Native Model for iHealth Library", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://iHealthLabs@github.com/iHealthLab/ReactNativeLibrary.git" + }, + "author": "iHealthLabs", + "license": "ISC", + "bugs": { + "url": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative/issues" + }, + "homepage": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative#readme" +} -- cgit