diff options
| author | hc <haocheng.xie@respiree.com> | 2026-04-13 15:17:52 +0800 |
|---|---|---|
| committer | hc <haocheng.xie@respiree.com> | 2026-04-13 15:17:52 +0800 |
| commit | d6d9a09d505d11148599a95a5be3e1351edbe0ac (patch) | |
| tree | a5f5891983d1ff207e99f683a5e151519cef4980 /libs/ihealth-sdk/package.json | |
| parent | e4fb9966e762852bf17f21c8406501d42fae0b61 (diff) | |
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'libs/ihealth-sdk/package.json')
| -rwxr-xr-x | libs/ihealth-sdk/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | { | ||
| 2 | "name": "@ihealth/ihealthlibrary-react-native", | ||
| 3 | "version": "1.5.0", | ||
| 4 | "description": "React Native Model for iHealth Library", | ||
| 5 | "main": "index.js", | ||
| 6 | "scripts": { | ||
| 7 | "test": "echo \"Error: no test specified\" && exit 1" | ||
| 8 | }, | ||
| 9 | "repository": { | ||
| 10 | "type": "git", | ||
| 11 | "url": "git+https://iHealthLabs@github.com/iHealthLab/ReactNativeLibrary.git" | ||
| 12 | }, | ||
| 13 | "author": "iHealthLabs", | ||
| 14 | "license": "ISC", | ||
| 15 | "bugs": { | ||
| 16 | "url": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative/issues" | ||
| 17 | }, | ||
| 18 | "homepage": "https://github.com/iHealthDeviceLabs/iHealthLibrary_ReactNative#readme" | ||
| 19 | } | ||
