expo-healthkit-module
Version:
Expo module providing Apple HealthKit / Android Health Connect integration for RN / expo apps.
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "expo-healthkit-module",
"version": "1.0.6",
"description": "Expo module providing Apple HealthKit / Android Health Connect integration for RN / expo apps.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"expo-module",
"healthkit",
"health-connect",
"expo-healthkit-module",
"ExpoHealthkitModule"
],
"author": "Tushar Khatiwada",
"license": "MIT",
"homepage": "https://github.com/tusharkhatiwada/expo-healthkit-module#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~19.0.0",
"expo": "~53.0.0",
"expo-module-scripts": "^4.1.9",
"expo-modules-core": "^2.4.2",
"react-native": "0.79.1"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
}
}