summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/package.json
diff options
context:
space:
mode:
authorhc <haocheng.xie@respiree.com>2026-04-13 15:17:52 +0800
committerhc <haocheng.xie@respiree.com>2026-04-13 15:17:52 +0800
commitd6d9a09d505d11148599a95a5be3e1351edbe0ac (patch)
treea5f5891983d1ff207e99f683a5e151519cef4980 /libs/ihealth-sdk/package.json
parente4fb9966e762852bf17f21c8406501d42fae0b61 (diff)
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'libs/ihealth-sdk/package.json')
-rwxr-xr-xlibs/ihealth-sdk/package.json19
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}