{
  "name": "@echobind/react-native-gifted-chat",
  "version": "0.8.0",
  "description": "The most complete chat UI for React Native",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FaridSafi/react-native-gifted-chat.git"
  },
  "keywords": [
    "android",
    "ios",
    "react-native",
    "react",
    "react-component",
    "messenger",
    "message",
    "chat"
  ],
  "author": "Farid Safi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FaridSafi/react-native-gifted-chat/issues"
  },
  "homepage": "https://github.com/FaridSafi/react-native-gifted-chat#readme",
  "scripts": {
    "lint": "tslint --project .",
    "tsc": "tsc --noEmit",
    "build": "rm -rf lib/ && tsc",
    "precommit": "yarn lint",
    "test": "TZ=Europe/Paris jest --no-watchman",
    "test:watch": "TZ=Europe/Paris jest --watch",
    "test:coverage": "TZ=Europe/Paris jest --coverage",
    "prepublishOnly": "yarn lint && yarn build && yarn test"
  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "./tests/setup.js"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "json",
      "ts",
      "tsx"
    ],
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
    },
    "testMatch": [
      "**/*.test.ts?(x)"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/example",
      "<rootDir>/example-expo",
      "<rootDir>/example-slack-message"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-typescript": "^7.1.0",
    "@types/jest": "24.0.11",
    "@types/react": "^16.7.17",
    "@types/react-native": "^0.57.19",
    "@types/react-native-communications": "2.2.1",
    "@types/react-native-video": "3.1.2",
    "@types/react-test-renderer": "16.8.1",
    "@types/uuid": "3.4.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "24.7.1",
    "metro-react-native-babel-preset": "0.53.1",
    "husky": "0.15.0-rc.2",
    "jest": "24.7.1",
    "prettier": "1.15.3",
    "prop-types": "15.6.2",
    "react": "16.8.1",
    "react-native": "0.57.7",
    "react-test-renderer": "16.8.1",
    "tslint": "5.12.0",
    "tslint-config-prettier": "1.17.0",
    "typescript": "3.2.2"
  },
  "dependencies": {
    "@expo/react-native-action-sheet": "^2.0.1",
    "moment": "^2.19.0",
    "react-native-communications": "2.2.1",
    "react-native-lightbox": "^0.7.0",
    "react-native-parsed-text": "^0.0.20",
    "react-native-video": "*",
    "uuid": "3.3.0"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-native": "*"
  },
  "directories": {
    "example": "example",
    "lib": "lib",
    "test": "tests"
  }
}
