{
  "name": "@tryvital/vital-health-react-native",
  "version": "6.0.1",
  "description": "Client to access iOS's HealthKit and Android HealthConnect",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "source": "src/index",
  "files": [
    "src",
    "lib/**/*",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "app.plugin.js",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "build": "bob build && yarn run postbuild-copy-expo-plugin",
    "clean": "del lib && del android/build && del android/.gradle",
    "prepack": "yarn run clean && yarn run build",
    "np": "np --no-publish",
    "test": "jest",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "postbuild-copy-expo-plugin": "cp app.plugin.js lib/commonjs"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/tryVital/vital-health-react-native",
  "author": "Vital",
  "bugs": {
    "url": "https://github.com/tryVital/vital-health-react-native/issues"
  },
  "homepage": "https://github.com/tryVital/vital-health-react-native#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@tryvital/vital-core-react-native": "6.0.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "expo": "*"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.0.2",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "0.70.0",
    "del-cli": "^5.0.0",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "np": "^7.6.2",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "18.1.0",
    "react-native": "^0.72.0",
    "react-native-builder-bob": "^0.20.3",
    "react-native-version": "^4.0.0",
    "typescript": "^4.5.2"
  },
  "resolutions": {
    "@types/react": "17.0.21"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "files": [
      "src/"
    ],
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  }
}
