{
  "name": "@gcou/react-native-linkedin",
  "version": "2.5.1",
  "main": "lib/index.tsx",
  "description": "React-Native LinkedIn, a simple LinkedIn login library for React-Native with WebView and Modal - compatibility with RN 0.81+",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GaelCO/react-native-linkedin.git"
  },
  "author": "Xavier Carpentier <xcapetir@gmail.com> (https://xaviercarpentier.com/)",
  "bugs": {
    "url": "https://github.com/GaelCO/react-native-linkedin/issues"
  },
  "homepage": "https://github.com/GaelCO/react-native-linkedin",
  "license": "MIT",
  "scripts": {
    "start": "yarn config:dev && expo start",
    "build": "rm -rf lib/ && node_modules/.bin/tsc && cp -rf src lib",
    "config:dev": "json -I -f package.json -e 'this.main=\"node_modules/expo/AppEntry.js\"'",
    "config:npm": "json -I -f package.json -e 'this.main=\"lib/index.tsx\"'",
    "test": "TZ=Europe/Paris jest --no-watchman",
    "lint": "eslint .",
    "tsc": "tsc --noEmit",
    "cleaning": "rm -rf node_modules && rm -f yarn.lock && yarn install && watchman watch-del-all && rm -fr $TMPDIR/react-*"
  },
  "keywords": [
    "react-native",
    "react-native-linkedin",
    "linkedin"
  ],
  "dependencies": {
    "query-string": "9.4.0",
    "react-native-get-random-values": "^2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/runtime": "^7.29.7",
    "@react-native-community/cli": "20.1.3",
    "@react-native-community/cli-platform-android": "20.1.3",
    "@react-native-community/cli-platform-ios": "20.1.3",
    "@react-native/babel-preset": "0.85.3",
    "@react-native/eslint-config": "0.85.3",
    "@react-native/jest-preset": "0.85.3",
    "@react-native/metro-config": "0.85.3",
    "@react-native/typescript-config": "0.85.3",
    "@testing-library/react-native": "^14.0.0",
    "@types/jest": "^29.5.14",
    "@types/react": "~19.2.17",
    "@types/uuid": "^10.0.0",
    "babel-preset-expo": "^56.0.15",
    "eslint": "^8.57.1",
    "eslint-plugin-ft-flow": "^3.0.11",
    "eslint-plugin-prettier": "^5.5.6",
    "eslint-plugin-testing-library": "^7.16.2",
    "expo": "^56.0.11",
    "jest": "^29.7.0",
    "jest-expo": "^56.0.5",
    "json": "^11.0.0",
    "prettier": "^3.8.4",
    "react": "19.2.3",
    "react-native": "0.85.3",
    "react-native-webview": "13.16.1",
    "test-renderer": "^1.2.0",
    "typescript": "~5.9.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.81",
    "react-native-webview": "*"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 22.13.0"
  },
  "packageManager": "yarn@4.16.0"
}
