{
  "name": "@nunogois/proxy-client-react-native",
  "version": "0.0.29",
  "description": "React Native / Expo interface for working with Unleash",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "react-native": "src/index.ts",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "dist",
    "src",
    "LICENCE.txt"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nunogois/proxy-client-react-native"
  },
  "scripts": {
    "build": "bob build",
    "prepare": "yarn run build",
    "test": "jest --watch",
    "test:ci": "CI=true jest --watch=false --watchAll=false --coverage --ci --reporters=default"
  },
  "keywords": [],
  "author": "",
  "license": "Apache-2.0",
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "react-native-get-random-values": "^1.8.0",
    "@react-native-async-storage/async-storage": "^1.17.6"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.4",
    "@babel/preset-typescript": "^7.15.0",
    "@expo/webpack-config": "^0.16.24",
    "@react-native-async-storage/async-storage": "^1.17.6",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^13.3.0",
    "@testing-library/react-hooks": "^8.0.0",
    "@types/jest": "^27.0.2",
    "@types/react": "^18.0.10",
    "jest": "^27.1.1",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-native": "^0.68.2",
    "react-native-builder-bob": "^0.18.2",
    "react-native-get-random-values": "^1.8.0",
    "react-test-renderer": "^18.1.0",
    "ts-jest": "^27.0.5",
    "ts-loader": "^9.1.1",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3",
    "unleash-proxy-client": "^2.0.3",
    "webpack": "^5.35.1",
    "webpack-cli": "^4.6.0"
  },
  "peerDependencies": {
    "unleash-proxy-client": "^2.0.3",
    "react-native-get-random-values": "^1.8.0",
    "@react-native-async-storage/async-storage": "^1.17.6"
  }
}
