{
  "name": "react-native-sb-chiper",
  "version": "0.62.0",
  "description": "React Native component library using Shopify's Restyle",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "react-native-sb-chiper.podspec",
    "!lib/typescript/expo",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "directories": {
    "expo": "expo",
    "lib": "lib"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chiper-inc/react-native-sb-chiper.git"
  },
  "author": "OscarDRT <oscarnetworkingpro@gmail.com> (https://github.com/OscarDRT)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chiper-inc/react-native-sb-chiper/issues"
  },
  "homepage": "https://github.com/chiper-inc/react-native-sb-chiper#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@gorhom/bottom-sheet": "*",
    "@shopify/restyle": "1.6.1",
    "date-fns": "^2.29.3",
    "phosphor-react-native": "^1.1.1",
    "react-i18next": "^11.18.1",
    "react-native-toast-notifications": "^3.2.3",
    "rn-tooltip": "^3.0.2"
  },
  "peerDependencies": {
    "@gorhom/bottom-sheet": "*",
    "@react-navigation/core": "*",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*",
    "react-native-svg": "*"
  },
  "resolutions": {
    "@types/react": "^17",
    "@types/react-dom": "^17"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
