{
  "name": "@philippeweidmann/react-native-network-client",
  "version": "1.1.21",
  "description": "Configurable network clients for React Native. Uses Alamofire for iOS and OkHttp3 for Android.",
  "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-network-client.podspec",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!example",
    "!.vscode",
    "!**/.idea",
    "!**/.gradle",
    "!android/build",
    "!ios/Build",
    "!.circleci"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build && husky install",
    "release": "release-it",
    "example": "cd example && npm",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "npm run example i && npm run pods"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "network"
  ],
  "repository": "https://github.com/PhilippeWeidmann/react-native-network-client",
  "author": "Miguel Alatzar <this.migbot@gmail.com> (https://github.com/migbot)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PhilippeWeidmann/react-native-network-client/issues"
  },
  "homepage": "https://github.com/PhilippeWeidmann/react-native-network-client#readme",
  "dependencies": {
    "validator": "13.7.0",
    "zod": "3.17.10"
  },
  "devDependencies": {
    "@babel/runtime": "7.18.9",
    "@commitlint/config-conventional": "17.0.3",
    "@react-native-community/eslint-config": "3.1.0",
    "@release-it/conventional-changelog": "5.0.0",
    "@types/jest": "28.1.6",
    "@types/react": "18.0.15",
    "@types/react-native": "0.69.5",
    "@types/validator": "13.7.4",
    "@typescript-eslint/eslint-plugin": "5.32.0",
    "@typescript-eslint/parser": "5.32.0",
    "commitlint": "17.0.3",
    "eslint": "8.21.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#23abcf9988f7fa00d26929f11841aab7ccb16b2b",
    "eslint-plugin-prettier": "4.2.1",
    "husky": "8.0.1",
    "jest": "28.1.3",
    "pod-install": "0.1.38",
    "react": "18.2.0",
    "react-native": "0.69.3",
    "react-native-builder-bob": "0.18.3",
    "release-it": "15.2.0",
    "typescript": "4.7.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "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": false
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
