{
  "name": "@ovok/native",
  "version": "0.4.0",
  "description": "React native component sdk for OVOK",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    }
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "example": "yarn workspace @ovok/native-example",
    "doc": "yarn workspace @ovok/native-doc",
    "test": "jest",
    "build": "yarn build:sdk && yarn build:example && yarn build:doc",
    "build:sdk": "tsc --project tsconfig.json",
    "build:example": "tsc --project example/tsconfig.json",
    "build:doc": "tsc --project doc/tsconfig.json",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "release": "release-it",
    "check-all": "yarn lint --fix && yarn build && yarn doc build && yarn prepare && yarn test"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "author": "Fatih Kayan <fatih.kayan@actimi.com> (https://fatihkayan.dev/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Actimi/ovok-mobile-sdk/issues"
  },
  "homepage": "https://github.com/Actimi/ovok-mobile-sdk#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Actimi/ovok-mobile-sdk.git"
  },
  "dependencies": {
    "@medplum/expo-polyfills": "^3.2.23"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@eslint/compat": "^1.2.2",
    "@eslint/js": "^9.13.0",
    "@evilmartians/lefthook": "^1.5.0",
    "@expo-google-fonts/dm-sans": "^0.4.2",
    "@gorhom/bottom-sheet": "^5.2.14",
    "@kingstinct/react-native-healthkit": "^8.5.0",
    "@medplum/fhirtypes": "^3.2.22",
    "@ovok/core": "^0.2.47",
    "@react-native-community/datetimepicker": "^9.1.0",
    "@react-native-community/netinfo": "^12.0.1",
    "@react-native-google-signin/google-signin": "^16.1.2",
    "@react-native/eslint-config": "^0.73.1",
    "@release-it/conventional-changelog": "^5.0.0",
    "@sentry/react-native": "~7.11.0",
    "@shopify/flash-list": "2.0.2",
    "@stylistic/eslint-plugin": "^2.12.1",
    "@testing-library/react-native": "^12.7.2",
    "@types/jest": "^29.5.5",
    "@types/react": "~19.2.0",
    "@typescript-eslint/eslint-plugin": "^8.14.0",
    "babel-jest": "^29.7.0",
    "commitlint": "^17.0.2",
    "date-fns": "^4.1.0",
    "del-cli": "^5.1.0",
    "eslint": "^9.13.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-check-file": "^2.8.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.8.3",
    "eslint-plugin-no-relative-import-paths": "^1.5.5",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-testing-library": "^6.4.0",
    "eslint-plugin-unused-imports": "^4.1.4",
    "expo-apple-authentication": "~56.0.4",
    "expo-health-connect": "^0.1.1",
    "expo-image": "~56.0.11",
    "expo-linear-gradient": "~56.0.4",
    "expo-web-browser": "~56.0.5",
    "formik": "^2.4.9",
    "globals": "^15.11.0",
    "i18next": "^26.3.1",
    "iconsax-react-nativejs": "^0.0.8",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "lottie-react-native": "^7.3.8",
    "prettier": "^3.0.3",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-i18next": "^17.0.8",
    "react-native": "0.85.3",
    "react-native-ble-plx": "^3.5.1",
    "react-native-blob-util": "^0.24.9",
    "react-native-builder-bob": "^0.30.2",
    "react-native-element-dropdown": "^2.12.2",
    "react-native-gesture-handler": "~2.31.2",
    "react-native-health-connect": "^3.5.3",
    "react-native-keyboard-controller": "^1.21.6",
    "react-native-modal-datetime-picker": "^18.0.0",
    "react-native-paper": "^5.13.1",
    "react-native-pdf": "^6.7.7",
    "react-native-permissions": "^5.6.0",
    "react-native-reanimated": "~4.3.1",
    "react-native-render-html": "^6.3.4",
    "react-native-safe-area-context": "5.7.0",
    "react-native-svg": "15.15.4",
    "react-test-renderer": "19.2.3",
    "release-it": "^19.0.6",
    "socket.io-client": "^4.8.3",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.11.0",
    "yup": "^1.7.1"
  },
  "resolutions": {
    "@types/react": "~19.2.0"
  },
  "peerDependencies": {
    "@expo-google-fonts/dm-sans": "*",
    "@gorhom/bottom-sheet": "*",
    "@kingstinct/react-native-healthkit": "*",
    "@ovok/core": "*",
    "@react-native-community/datetimepicker": "*",
    "@react-native-community/netinfo": "*",
    "@react-native-google-signin/google-signin": "*",
    "@sentry/react-native": ">=7.4.0",
    "@shopify/flash-list": "*",
    "date-fns": "*",
    "expo-apple-authentication": "*",
    "expo-crypto": "*",
    "expo-health-connect": "*",
    "expo-image": "*",
    "expo-linear-gradient": "*",
    "expo-secure-store": "*",
    "expo-standard-web-crypto": "*",
    "expo-web-browser": "*",
    "formik": "*",
    "i18next": "*",
    "iconsax-react-nativejs": "*",
    "lottie-react-native": "*",
    "react": "*",
    "react-i18next": "*",
    "react-native": "*",
    "react-native-ble-plx": "*",
    "react-native-blob-util": "*",
    "react-native-element-dropdown": "*",
    "react-native-gesture-handler": "*",
    "react-native-health-connect": "*",
    "react-native-keyboard-controller": "*",
    "react-native-modal-datetime-picker": "*",
    "react-native-paper": "*",
    "react-native-pdf": "*",
    "react-native-permissions": "*",
    "react-native-reanimated": "*",
    "react-native-render-html": "*",
    "react-native-safe-area-context": "*",
    "react-native-svg": "*",
    "socket.io-client": "*",
    "yup": "*"
  },
  "workspaces": [
    "example",
    "doc"
  ],
  "packageManager": "yarn@3.6.1",
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version} [skip ci]",
      "tagName": "v${version}",
      "commit": true,
      "tag": true,
      "push": true
    },
    "npm": {
      "publish": true,
      "skipChecks": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json",
          "esm": true
        }
      ]
    ]
  },
  "create-react-native-library": {
    "type": "library",
    "version": "0.41.2"
  }
}
