dimitris4-react-native-health
Version:
A React Native package to interact with Apple HealthKit
34 lines (33 loc) • 704 B
JSON
{
"name": "dimitris4-react-native-health",
"version": "0.0.1",
"description": "A React Native package to interact with Apple HealthKit",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dimitris4/react-native-health"
},
"keywords": [
"Apple",
"health-kit",
"healthkit",
"iOS",
"react-native",
"react",
"native",
"ios"
],
"bugs": {
"url": "https://github.com/agencyenterprise/react-native-healthkit/issues"
},
"license": "MIT",
"devDependencies": {
"react-native": ">=0.67.3"
},
"peerDependencies": {
"react-native": ">=0.67.3"
},
"dependencies": {
"@expo/config-plugins": "^6.0.1"
}
}