{
  "name": "tmt-react-native-gifted-chat",
  "version": "2.4.6",
  "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/teachmeto/react-native-gifted-chat.git"
  },
  "license": "MIT",
  "author": "Farid Safi",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "build": "rm -rf lib/ && node_modules/.bin/tsc && cp flow-typedefs/*.js.flow lib/",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "./node_modules/.bin/eslint ./src/*.{ts,tsx} --fix",
    "prepublishOnly": "yarn lint && yarn build",
    "prettier": "./node_modules/.bin/prettier --write \"src/**/*.{ts,tsx}\"",
    "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": "node_modules/.bin/tsc --noEmit",
    "tsc:watch": "node_modules/.bin/tsc --watch --noEmit"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint:fix && yarn prettier && yarn tsc"
    }
  },
  "dependencies": {
    "@expo/react-native-action-sheet": "4.0.1",
    "dayjs": "1.11.10",
    "expo-clipboard": "4.3.1",
    "prop-types": "15.8.1",
    "react-native-communications": "2.2.1",
    "react-native-get-random-values": "^1.11.0",
    "react-native-iphone-x-helper": "1.3.1",
    "react-native-lightbox-v2": "0.9.0",
    "react-native-parsed-text": "0.0.22",
    "react-native-reanimated": "^3.8.1",
    "react-native-safe-area-context": "4.10.1",
    "react-native-typing-animation": "0.1.7",
    "use-memo-one": "1.1.3",
    "uuid": "9.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/eslint-parser": "^7.24.1",
    "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
    "@babel/plugin-transform-flow-strip-types": "7.24.1",
    "@babel/preset-env": "7.24.4",
    "@babel/preset-typescript": "7.24.1",
    "@react-native/eslint-config": "^0.74.77",
    "@types/jest": "29.5.12",
    "@types/react": "~18.2.74",
    "@types/react-native": "~0.72.8",
    "@types/react-test-renderer": "18.0.7",
    "@types/uuid": "9.0.8",
    "@typescript-eslint/eslint-plugin": "^7.5.0",
    "@typescript-eslint/parser": "^7.5.0",
    "babel-jest": "29.7.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-jsx": "^11.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.34.1",
    "flow-bin": "0.233.0",
    "husky": "9.0.11",
    "jest": "29.7.0",
    "json": "11.0.0",
    "metro-react-native-babel-preset": "0.77.0",
    "prettier": "3.2.5",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "0.73.6",
    "react-test-renderer": "18.2.0",
    "typescript": "5.4.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
