@kayzmann/expo-healthkit
Version:
Modern iOS HealthKit integration for Expo & React Native - Zero native config, 50+ health metrics, built with Swift & TypeScript
50 lines (49 loc) • 1.01 kB
JSON
{
"name": "@kayzmann/expo-healthkit",
"version": "2.0.0",
"description": "Modern iOS HealthKit integration for Expo & React Native - Zero native config, 50+ health metrics, built with Swift & TypeScript",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"test": "expo-module test"
},
"keywords": [
"react-native",
"expo",
"expo-module",
"healthkit",
"ios",
"health",
"workout",
"fitness",
"swift",
"typescript",
"heart-rate",
"sleep",
"nutrition",
"vitals",
"activity-tracking",
"expo-modules-api"
],
"repository": {
"type": "git",
"url": "https://github.com/Kayz-mann/health-kit-expo-modules.git"
},
"author": "Kayz-mann",
"license": "MIT",
"dependencies": {
"expo-modules-core": "*"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"files": [
"src",
"ios",
"expo-module.config.json",
"app.plugin.js",
"README.md"
]
}