{
  "name": "react-native-gifted-chat",
  "version": "3.3.2",
  "description": "The most complete chat UI for React Native",
  "keywords": [
    "android",
    "ios",
    "react-native",
    "react",
    "react-component",
    "messenger",
    "message",
    "chat"
  ],
  "homepage": "https://github.com/FaridSafi/react-native-gifted-chat#readme",
  "bugs": {
    "url": "https://github.com/FaridSafi/react-native-gifted-chat/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FaridSafi/react-native-gifted-chat.git"
  },
  "license": "MIT",
  "author": "Farid Safi",
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "files": [
    "src"
  ],
  "scripts": {
    "lint": "yarn eslint src example",
    "lint:fix": "yarn eslint --cache --fix src example",
    "prepublishOnly": "yarn lint && yarn test",
    "start": "cd example && expo start",
    "start:web": "cd example && expo start -w --dev",
    "test": "TZ=Europe/Paris jest --no-watchman",
    "test:coverage": "TZ=Europe/Paris jest --coverage",
    "test:watch": "TZ=Europe/Paris jest --watch",
    "tsc:write": "yarn tsc --project tsconfig.json",
    "tsc:watch": "yarn tsc --watch --noEmit",
    "fresh": "yarn start --reset-cache",
    "prepare": "yarn husky"
  },
  "lint-staged": {
    "src/*.{json,js,jsx,ts,tsx}": [
      "yarn lint:fix"
    ]
  },
  "dependencies": {
    "@expo/react-native-action-sheet": "^4.1.1",
    "@types/lodash.isequal": "^4.5.8",
    "dayjs": "^1.11.19",
    "lodash.isequal": "^4.5.0",
    "react-native-zoom-reanimated": "^1.5.2"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/plugin-transform-react-jsx": "^7.27.1",
    "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
    "@babel/preset-env": "^7.28.5",
    "@react-native-community/cli": "20.0.0",
    "@react-native-community/cli-platform-android": "20.0.0",
    "@react-native-community/cli-platform-ios": "20.0.0",
    "@react-native/babel-preset": "0.81.5",
    "@react-native/eslint-config": "0.81.5",
    "@react-native/metro-config": "0.81.5",
    "@react-native/typescript-config": "0.81.5",
    "@stylistic/eslint-plugin": "^3.1.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.2.5",
    "@types/react-dom": "^19.2.3",
    "@types/react-native": "^0.72.8",
    "@types/react-test-renderer": "^19.1.0",
    "@typescript-eslint/eslint-plugin": "^8.46.4",
    "@typescript-eslint/parser": "^8.46.4",
    "babel-jest": "^29.7.0",
    "eslint": "^9.18.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-perfectionist": "^4.15.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.1.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "json": "^11.0.0",
    "lint-staged": "^15.5.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-native": "0.81.5",
    "react-native-gesture-handler": "~2.30.0",
    "react-native-keyboard-controller": "1.20.6",
    "react-native-reanimated": "~4.2.1",
    "react-native-safe-area-context": "~5.6.2",
    "react-native-worklets": "0.7.2",
    "react-test-renderer": "19.1.0",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": "*",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-keyboard-controller": ">=1.0.0",
    "react-native-reanimated": ">=3.0.0 || ^4.0.0",
    "react-native-safe-area-context": ">=5.0.0"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "engines": {
    "node": ">=20"
  }
}
