{
  "name": "react-native-fbsdk-next-sdk16",
  "version": "11.2.5",
  "description": "Facebook SDK support for React Native apps.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "sideEffects": false,
  "author": "Marcos Bérgamo",
  "contributors": [
    {
      "name": "Zhuowen Deng"
    },
    {
      "name": "Chris Hackmann"
    },
    {
      "name": "Pouya Larjani"
    },
    {
      "name": "Cody Winton"
    },
    {
      "name": "Janic Duplessis"
    },
    {
      "name": "Georges DIMITRY"
    },
    {
      "name": "Mike Hardy"
    }
  ],
  "repository": "https://github.com/tim7on/react-native-fbsdk-next.git",
  "homepage": "https://github.com/thebergamo/react-native-fbsdk-next/",
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "ios",
    "android",
    "facebook",
    "core"
  ],
  "license": "MIT",
  "scripts": {
    "build:plugin": "tsc --build plugin",
    "clean:plugin": "expo-module clean plugin",
    "lint:plugin": "eslint plugin/src/*",
    "start": "react-native start",
    "prepare": "bob build && npm run clean:plugin && npm run build:plugin",
    "lint": "eslint ./src",
    "test": "yarn validate:prettier && yarn validate:eslint && yarn jest",
    "validate:eslint": "eslint \"src/**/*\"",
    "validate:prettier": "prettier \"{src,jest,plugin/src}/**/*.{js,ts,tsx}\" --check",
    "validate:ts": "tsc --noEmit",
    "example:start": "cd ./RNFBSDKExample && yarn start",
    "example:ios": "cd ./RNFBSDKExample/ios && rm -f Podfile.lock && pod install && yarn ios",
    "example:android": "cd ./RNFBSDKExample && yarn android",
    "example:clean": "cd RNFBSDKExample && \\rm -fr yarn.lock node_modules ios/Podfile.lock && cd ..",
    "example:install": "cd RNFBSDKExample && yarn && cd ios && (rm -f Podfile.lock && pod install || true) && cd ../..",
    "example:devcopy": "yarn prepare && cp -rv package.json android ios lib src *.podspec RNFBSDKExample/node_modules/react-native-fbsdk-next/",
    "semantic-release": "semantic-release",
    "jest": "jest"
  },
  "files": [
    "android/src/main/AndroidManifest.xml",
    "android/src/main/java/",
    "android/build.gradle",
    "ios",
    "lib",
    "src",
    "LICENSE.txt",
    "README.md",
    "react-native-fbsdk-next-sdk16.podspec",
    "jest",
    "tsconfig.json",
    "app.plugin.js",
    "expo-module.config.json",
    "plugin/build/"
  ],
  "dependencies": {
    "xml2js": "^0.4.23"
  },
  "peerDependencies": {
    "expo": ">=47.0.0",
    "react-native": ">=0.63.3"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/runtime": "^7.18.3",
    "@react-native-community/eslint-config": "^3.0.2",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.4",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@trivago/prettier-plugin-sort-imports": "^3.2.0",
    "@types/react": "^18.0.10",
    "@types/react-native": "^0.67.7",
    "@types/xml2js": "^0.4.11",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "@typescript-eslint/parser": "^5.27.0",
    "babel-jest": "^28.1.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "conventional-changelog-conventionalcommits": "^5.0.0",
    "eslint": "^8.16.0",
    "expo": "^47.0.0",
    "expo-module-scripts": "^2.0.0",
    "jest": "^28.1.0",
    "metro-react-native-babel-preset": "^0.71.0",
    "prettier": "^2.6.2",
    "react": "18.1.0",
    "react-native": "^0.68.2",
    "react-native-builder-bob": "^0.18.2",
    "react-test-renderer": "18.1.0",
    "semantic-release": "^19.0.2",
    "typescript": "^4.7.2"
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": false,
    "bracketSameLine": true,
    "parser": "typescript"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs"
      ],
      "module",
      "typescript"
    ]
  },
  "react-native": "src/index.ts",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
