{
  "name": "@swan-io/react-native-browser",
  "version": "1.0.1",
  "license": "MIT",
  "description": "An easy-to-use in-app browser module for React Native.",
  "author": "Mathieu Acthernoene <mathieu.acthernoene@swan.io>",
  "homepage": "https://github.com/swan-io/react-native-browser",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "android",
    "ios",
    "dist",
    "src",
    "!android/build",
    "!ios/build",
    "RNSwanBrowser.podspec"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/swan-io/react-native-browser.git"
  },
  "keywords": [
    "react-native-browser",
    "react-native",
    "in-app-browser",
    "safari",
    "chrome-custom-tabs"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "format": "prettier '**/*' -u -w",
    "typecheck": "tsc --noEmit",
    "build": "yarn clean && bob build && rm -rf dist/*/package.json",
    "prepack": "prettier '**/*' -u -c && yarn typecheck && yarn build"
  },
  "codegenConfig": {
    "name": "RNSwanBrowserSpec",
    "type": "modules",
    "jsSrcsDir": "./src/specs",
    "android": {
      "javaPackageName": "io.swan.rnbrowser"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "prettier": {
    "plugins": [
      "prettier-plugin-organize-imports"
    ]
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@types/react": "^19.1.0",
    "prettier": "^3.6.2",
    "prettier-plugin-organize-imports": "^4.2.0",
    "react": "19.1.0",
    "react-native": "0.80.2",
    "react-native-builder-bob": "^0.40.13",
    "typescript": "^5.8.3"
  }
}
