{
  "name": "react-native-easy-chat",
  "version": "0.18.0",
  "description": "The easiest chat UI for React Native",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joaocarmo/react-native-easy-chat.git"
  },
  "keywords": [
    "android",
    "ios",
    "react-native",
    "react",
    "react-component",
    "messenger",
    "message",
    "chat"
  ],
  "author": "João Carmo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joaocarmo/react-native-easy-chat/issues"
  },
  "homepage": "https://github.com/joaocarmo/react-native-easy-chat#readme",
  "scripts": {
    "build": "yarn clean && tsc && cp flow-typedefs/*.js.flow lib/",
    "clean": "rm -rf lib/",
    "lint:fix": "eslint . --ext ts,tsx --fix",
    "lint": "eslint . --ext ts,tsx",
    "prepare": "husky install",
    "prepublishOnly": "yarn lint && yarn build && yarn test",
    "pretty:fix": "prettier --write .",
    "pretty": "prettier --check .",
    "start:web": "cd example && expo start -w --dev",
    "start": "cd example && expo start",
    "test:coverage": "TZ=Europe/Paris jest --coverage",
    "test:watch": "TZ=Europe/Paris jest --watch",
    "test": "TZ=Europe/Paris jest --no-watchman",
    "type-check": "tsc --noEmit"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "eslint --ext ts,tsx --fix",
    "*.{json,js,jsx,ts,tsx,md,yml,yaml}": "prettier --write"
  },
  "peerDependencies": {
    "@expo/react-native-action-sheet": "*",
    "dayjs": "*",
    "react": "*",
    "react-native": "*",
    "react-native-lightbox": "*",
    "react-native-parsed-text": "*",
    "react-native-safe-area-context": "*",
    "react-native-typing-animation": "*"
  },
  "dependencies": {
    "@expo/react-native-action-sheet": "^3.13.0",
    "dayjs": "^1.11.3",
    "prop-types": "^15.8.1",
    "react-native-iphone-x-helper": "^1.3.1",
    "react-native-lightbox-v2": "^0.9.0",
    "react-native-parsed-text": "0.0.22",
    "react-native-safe-area-context": "^4.3.1",
    "react-native-typing-animation": "^0.1.7",
    "use-memo-one": "^1.1.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@babel/plugin-transform-react-jsx": "^7.17.12",
    "@react-native-community/eslint-config": "^3.0.2",
    "@types/jest": "^27.5.2",
    "@types/react": "^17.0.45",
    "@types/react-native": "^0.67.8",
    "@types/react-native-communications": "^2.2.1",
    "@types/react-test-renderer": "^17.0.1",
    "@types/uuid": "8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "babel-jest": "27.5.1",
    "eslint": "^8.17.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.5.3",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.5.0",
    "husky": ">=8.0.1",
    "jest": "^27.5.1",
    "jest-expo": "^44.0.1",
    "lint-staged": ">=13.0.1",
    "metro-react-native-babel-preset": "^0.71.1",
    "prettier": "^2.6.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-native": "0.68.2",
    "react-test-renderer": "^17.0.2",
    "typescript": "^4.7.3"
  }
}
