{
  "name": "@bit-ui-libs/mobile",
  "version": "1.0.20",
  "description": "mobile library",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "exports": {
    ".": {
      "types": "./lib/typescript/index.d.ts",
      "require": "./lib/module/index.js",
      "import": "./lib/module/index.js"
    },
    "./native-components": {
      "types": "./lib/typescript/native-components/index.d.ts",
      "require": "./lib/module/native-components/index.js",
      "import": "./lib/module/native-components/index.js"
    },
    "./chainit": {
      "types": "./lib/typescript/lib/index.d.ts",
      "require": "./lib/module/lib/index.js",
      "import": "./lib/module/lib/index.js"
    }
  },
  "scripts": {
    "example": "yarn workspace @bit-ui-libs/mobile-example",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/Black-Ink-Technologies/bit-chainit-ui-apps",
  "author": "Martin Tan <martin@blackinktech.io> (https://blackinktech.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Black-Ink-Technologies/bit-chainit-ui-apps/issues"
  },
  "homepage": "https://github.com/Black-Ink-Technologies/bit-chainit-ui-apps#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.5.0",
    "@react-native/eslint-config": "^0.72.2",
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "0.70.0",
    "@types/react-native-simple-radio-button": "^2.7.5",
    "@types/react-native-vector-icons": "^6.4.16",
    "commitlint": "^17.0.2",
    "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",
    "prettier": "^2.0.5",
    "react": "18.2.0",
    "react-native": "0.72.6",
    "react-native-builder-bob": "^0.20.0",
    "release-it": "^15.0.0",
    "typescript": "^5.0.2"
  },
  "resolutions": {
    "@types/react": "17.0.21"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "workspaces": [
    "example"
  ],
  "packageManager": "yarn@3.6.1",
  "engines": {
    "node": ">= 18.0.0"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "react-hooks/exhaustive-deps": "off",
      "react/jsx-uses-react": "off",
      "react/react-in-jsx-scope": "off",
      "@typescript-eslint/no-shadow": "off",
      "react-native/no-inline-styles": "off",
      "prettier/prettier": [
        "error",
        {
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "singleQuote": true,
    "printWidth": 120,
    "singleAttributePerLine": false,
    "tabWidth": 2,
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@bit-ui-libs/common": "^1.0.2",
    "@hookform/resolvers": "^3.3.2",
    "@react-native-community/checkbox": "^0.5.16",
    "@react-navigation/native": "^6.1.9",
    "@tanstack/react-query": "^5.8.1",
    "axios": "^1.6.1",
    "date-fns": "^2.30.0",
    "i18next": "^23.6.0",
    "jwt-decode": "^4.0.0",
    "moment": "^2.29.4",
    "neverthrow": "^6.1.0",
    "react-content-loader": "^6.2.1",
    "react-hook-form": "^7.47.0",
    "react-i18next": "^13.3.1",
    "react-native-config": "^1.5.1",
    "react-native-date-picker": "^4.3.3",
    "react-native-element-dropdown": "^2.10.0",
    "react-native-fast-image": "^8.6.3",
    "react-native-gesture-handler": "^2.13.4",
    "react-native-incode-sdk": "https://sdk-js.s3.amazonaws.com/react-native/react-native-incode-sdk-5.6.0-nvc.tgz",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-paper": "^5.11.1",
    "react-native-phone-number-input": "^2.1.0",
    "react-native-safe-area-context": "^4.7.4",
    "react-native-simple-radio-button": "^2.7.4",
    "react-native-step-indicator": "^1.0.3",
    "react-native-svg": "^13.14.0",
    "react-native-text-input-mask": "^3.2.0",
    "react-native-vector-icons": "^10.0.1",
    "toggle-switch-react-native": "^3.3.0",
    "twrnc": "^3.6.4",
    "yup": "^1.3.2",
    "zustand": "^4.4.6"
  }
}
