{
  "name": "react-native-deuna-library",
  "version": "0.9.24",
  "description": "test",
  "main": "lib\\commonjs\\index.js",
  "module": "lib\\module\\index.js",
  "type": "commonjs",
  "types": "lib\\typescript\\src\\index.d.ts",
  "react-native": "src\\index.tsx",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest --runInBand --detectOpenHandles --forceExit",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepack": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn install && yarn example pods",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
    "postinstall": "patch-package"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/cdandrango3/react-native-deuna-library",
  "author": "cdandrango3 <cdandrango@uce.edu.ec> (https://github.com/cdandrango3)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cdandrango3/react-native-deuna-library/issues"
  },
  "homepage": "https://github.com/cdandrango3/react-native-deuna-library#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.10",
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.2.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@release-it/conventional-changelog": "^5.0.0",
    "@testing-library/react-native": "^11.5.0",
    "@types/jest": "^28.1.2",
    "@types/react": "^18.0.33",
    "@types/react-native-vector-icons": "^6.4.12",
    "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": "^29.3.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "18.1.0",
    "react-native": "0.70.6",
    "react-native-builder-bob": "^0.20.3",
    "release-it": "^15.5.1",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.7.0",
    "typescript": "^4.5.2"
  },
  "resolutions": {
    "@types/react": "17.0.40"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "engines": {
    "node": ">= 16.0.0"
  },
  "packageManager": "^yarn@1.22.15",
  "jest": {
    "preset": "react-native",
    "testTimeout": 2000000,
    "setupFiles": [
      "<rootDir>/jest/setup.js"
    ],
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    },
    "moduleNameMapper": {
      ".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
    },
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ],
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/(?!(jest-)?@?react-native|@react-native-community|@react-navigation|react-native-qrcode-scanner/)"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "github": {
      "release": true
    }
  },
  "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
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "@babel/core": "^7.20.12",
    "@react-native-community/masked-view": "^0.1.11",
    "@react-navigation/bottom-tabs": "^6.5.0",
    "@react-navigation/native": "^6.1.1",
    "@react-navigation/stack": "^6.3.10",
    "@types/pubsub-js": "^1.8.3",
    "@types/react-native": "^0.71.5",
    "axios": "^1.3.3",
    "babel-jest": "^29.4.0",
    "crypto-js": "^4.1.1",
    "deprecated-react-native-prop-types": "2.2.0",
    "jest-transform-stub": "^2.0.0",
    "jwt-decode": "^3.1.2",
    "npmignore": "^0.3.0",
    "patch-package": "^6.5.1",
    "pubsub-js": "^1.9.4",
    "react-native-camera": "^4.2.1",
    "react-native-contacts": "^7.0.5",
    "react-native-gesture-handler": "^2.8.0",
    "react-native-paper": "^5.0.1",
    "react-native-qrcode-scanner": "^1.5.5",
    "react-native-reanimated": "^2.14.4",
    "react-native-safe-area-context": "^4.4.1",
    "react-native-screens": "^3.18.2",
    "react-native-svg": "^13.7.0",
    "react-native-vector-icons": "^9.2.0",
    "react-native-vision-camera": "^2.15.2",
    "react-navigation-focus-render": "^0.0.1",
    "react-test-renderer": "^18.2.0",
    "react-uuid": "^2.0.0",
    "vision-camera-code-scanner": "^0.2.0"
  }
}
