{
  "name": "react-native-health-ext",
  "version": "1.0.2",
  "description": "A React Native package to interact with Apple HealthKit",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnuxer88/react-native-health-ext.git"
  },
  "keywords": [
    "Apple",
    "health-kit",
    "healthkit",
    "iOS",
    "react-native",
    "react",
    "native",
    "ios"
  ],
  "bugs": {
    "url": "https://github.com/xnuxer88/react-native-health-ext/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "react-native": ">=0.40.0"
  },
  "peerDependencies": {
    "react-native": ">=0.40.0"
  },
  "dependencies": {
    "@expo/config-plugins": "^2.0.0"
  },
  "homepage": "https://github.com/xnuxer88/react-native-health-ext#readme",
  "directories": {
    "doc": "docs",
    "example": "example"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Heru"
}
