{
  "name": "stream-chat-react-native-core",
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
  "version": "9.0.1",
  "author": {
    "company": "Stream.io Inc",
    "name": "Stream.io Inc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GetStream/stream-chat-react-native.git",
    "directory": "package"
  },
  "license": "SEE LICENSE IN LICENSE",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "src",
    "lib",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "install-all": "(yarn run shared-native:sync && yarn install --force && (cd native-package && yarn install --force) && (cd expo-package && yarn install --force))",
    "shared-native:sync": "bash ./scripts/sync-shared-native.sh all",
    "shared-native:clean-copies": "bash ./scripts/clean-shared-native-copies.sh all",
    "build": "rimraf lib && yarn run --silent build-translations && bob build && yarn run --silent copy-translations",
    "build-translations": "i18next-cli sync",
    "copy-translations": "echo '\u001b[34mℹ\u001b[0m Copying translation files to \u001b[34mlib/typescript/i18n\u001b[0m' && cp -R -f ./src/i18n ./lib/typescript/i18n && echo '\u001b[32m✓\u001b[0m Done Copying Translations'",
    "eslint": "eslint 'src/**/*.{js,md,ts,jsx,tsx}' --max-warnings 0",
    "lint": "prettier --ignore-path ../.prettierignore --list-different 'src/**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js && eslint 'src/**/*.{js,ts,tsx,md}' --max-warnings 0 && yarn run validate-translations",
    "lint-fix": "prettier --ignore-path ../.prettierignore --write 'src/**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js && eslint --fix 'src/**/*.{js,ts,tsx,md}' --max-warnings 0",
    "prepare": "yarn run build",
    "prepare-distribution": "cd examples/SampleApp && npm version patch && react-native-version && git add ./ && git commit -m 'Bump build version' --no-verify",
    "prettier": "prettier --list-different '**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js",
    "prettier-fix": "prettier --write '**/*.{js,ts,tsx,md,json}' eslint.config.mjs ../.prettierrc babel.config.js",
    "test:coverage": "yarn test:unit --coverage",
    "test:unit": "TZ=UTC jest",
    "validate-translations": "node bin/validate-translations.js",
    "get-version": "echo $npm_package_version",
    "version": "bash ./bin/before-tag.sh",
    "bootstrap": "yarn install",
    "extract-changelog": "FILTER_PATH='package' TAG_FORMAT='v${version}' node ../release/extract-changelog.js",
    "release": "FILTER_PATH='package' TAG_FORMAT='v${version}' node ../release/prod",
    "release-next": "FILTER_PATH='package' TAG_FORMAT='v${version}' node ../release/next",
    "prepublishOnly": "echo 'running prepublishOnly for core package' && bash ./bin/before-tag.sh && bash ./bin/release.sh && echo 'finished running prepublishOnly for core package'",
    "prepack": " cp ../README.md .",
    "postpack": "rm README.md",
    "update-emoji": "node src/emoji-data/compile.js"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "configFile": "./babel.config.js"
        }
      ],
      [
        "module",
        {
          "configFile": "./babel.config.js"
        }
      ],
      "typescript"
    ]
  },
  "dependencies": {
    "@gorhom/bottom-sheet": "5.2.9",
    "@ungap/structured-clone": "^1.3.0",
    "dayjs": "1.11.13",
    "emoji-regex": "^10.4.0",
    "i18next": "^25.2.1",
    "intl-pluralrules": "^2.0.1",
    "linkifyjs": "^4.3.2",
    "lodash-es": "4.17.23",
    "mime-types": "^2.1.35",
    "path": "0.12.7",
    "react-native-markdown-package": "1.8.2",
    "react-native-url-polyfill": "^2.0.0",
    "stream-chat": "^9.41.1",
    "use-sync-external-store": "^1.5.0"
  },
  "peerDependencies": {
    "@emoji-mart/data": ">=1.1.0",
    "@op-engineering/op-sqlite": ">=14.0.0",
    "@react-native-community/netinfo": ">=11.3.1",
    "@shopify/flash-list": ">=2.1.0",
    "emoji-mart": ">=5.4.0",
    "react-native": ">=0.73.0",
    "react-native-gesture-handler": ">=2.18.0",
    "react-native-keyboard-controller": ">=1.20.2",
    "react-native-reanimated": ">=3.16.0",
    "react-native-safe-area-context": ">=5.4.1",
    "react-native-svg": ">=15.8.0",
    "react-native-teleport": ">=0.5.4"
  },
  "peerDependenciesMeta": {
    "@op-engineering/op-sqlite": {
      "optional": true
    },
    "@shopify/flash-list": {
      "optional": true
    },
    "emoji-mart": {
      "optional": true
    },
    "@emoji-mart/data": {
      "optional": true
    },
    "react-native-keyboard-controller": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.27.4",
    "@babel/runtime": "^7.27.6",
    "@op-engineering/op-sqlite": "^14.0.3",
    "@react-native-community/eslint-config": "3.2.0",
    "@react-native-community/eslint-plugin": "1.3.0",
    "@react-native-community/netinfo": "^11.4.1",
    "@react-native/babel-preset": "0.79.3",
    "@shopify/flash-list": "^2.1.0",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "13.2.0",
    "@types/better-sqlite3": "^7.6.13",
    "@types/eslint": "9.6.1",
    "@types/jest": "^29.5.14",
    "@types/linkify-it": "5.0.0",
    "@types/lodash": "4.17.16",
    "@types/mime-types": "2.1.4",
    "@types/react": "^19.1.0",
    "@types/react-test-renderer": "19.1.0",
    "@types/ungap__structured-clone": "^1.2.0",
    "@types/use-sync-external-store": "^1.5.0",
    "@types/uuid": "^10.0.0",
    "babel-eslint": "10.1.0",
    "babel-jest": "30.0.0",
    "babel-loader": "10.0.0",
    "babel-plugin-module-resolver": "5.0.2",
    "better-sqlite3": "11.10.0",
    "eslint": "^9.28.0",
    "eslint-config-prettier": "10.1.5",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.13.3",
    "eslint-plugin-markdown": "5.1.0",
    "eslint-plugin-prettier": "5.4.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-native": "^5.0.0",
    "i18next-cli": "^1.31.0",
    "jest": "^30.0.0",
    "moment-timezone": "^0.6.0",
    "prettier": "^3.5.3",
    "react": "19.1.0",
    "react-native": "0.80.2",
    "react-native-builder-bob": "0.40.11",
    "react-native-gesture-handler": "^2.26.0",
    "react-native-keyboard-controller": "^1.20.2",
    "react-native-reanimated": "3.18.0",
    "react-native-safe-area-context": "^5.6.1",
    "react-native-svg": "15.12.0",
    "react-native-teleport": "^0.5.4",
    "react-test-renderer": "19.1.0",
    "rimraf": "^6.0.1",
    "typescript": "5.8.3",
    "typescript-eslint": "^8.34.0",
    "uuid": "^11.1.0"
  },
  "resolutions": {
    "@types/react": "^19.1.0"
  }
}
