{
  "_from": "darkas-react-native-gifted-chat",
  "_id": "darkas-react-native-gifted-chat@0.9.5",
  "_inBundle": false,
  "_integrity": "sha512-g4mwzDYK+W9Y4stOCZHRxupgJ+7ojnkw0Vx7hiCi2cQKJf5kjcwyEwpzbGQ4ODEFuQ6RzAteUkbJPokNcoAY7g==",
  "_location": "/darkas-react-native-gifted-chat",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "darkas-react-native-gifted-chat",
    "name": "darkas-react-native-gifted-chat",
    "escapedName": "darkas-react-native-gifted-chat",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/darkas-react-native-gifted-chat/-/darkas-react-native-gifted-chat-0.9.5.tgz",
  "_shasum": "6296ae5d3f1f559e5c9627fd4e7bfc7a81b6fc19",
  "_spec": "darkas-react-native-gifted-chat",
  "_where": "/Users/macbook/work/myhippospace-mobileapp",
  "author": {
    "name": "Farid Safi"
  },
  "bugs": {
    "url": "https://github.com/FaridSafi/react-native-gifted-chat/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@expo/react-native-action-sheet": "^2.0.1",
    "moment": "^2.19.0",
    "react-native-communications": "2.2.1",
    "react-native-iphone-x-helper": "^1.2.0",
    "react-native-lightbox": "^0.7.0",
    "react-native-parsed-text": "^0.0.20",
    "react-native-video": "4.4.1",
    "uuid": "3.3.0"
  },
  "deprecated": false,
  "description": "The most complete chat UI for React Native",
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-typescript": "^7.1.0",
    "@types/jest": "24.0.13",
    "@types/react": "^16.7.17",
    "@types/react-native": "^0.57.19",
    "@types/react-native-communications": "2.2.1",
    "@types/react-native-video": "3.1.4",
    "@types/react-test-renderer": "16.8.1",
    "@types/uuid": "3.4.4",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "24.7.1",
    "babel-preset-expo": "^5.0.0",
    "expo": "^32.0.0",
    "husky": "^1.3.1",
    "jest-expo": "^32.0.0",
    "json": "^9.0.6",
    "prettier": "1.15.3",
    "prop-types": "15.6.2",
    "react": "16.5.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
    "react-native-nav": "2.0.2",
    "react-test-renderer": "16.5.1",
    "tslint": "5.12.0",
    "tslint-config-prettier": "1.17.0",
    "typescript": "3.4.5"
  },
  "homepage": "https://github.com/FaridSafi/react-native-gifted-chat#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint && yarn tsc"
    }
  },
  "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"
    ]
  },
  "keywords": [
    "android",
    "ios",
    "react-native",
    "react",
    "react-component",
    "messenger",
    "message",
    "chat"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "darkas-react-native-gifted-chat",
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-native": "*",
    "react-native-video": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FaridSafi/react-native-gifted-chat.git"
  },
  "scripts": {
    "build": "rm -rf lib/ && node_modules/.bin/tsc",
    "config:dev": "json -I -f package.json -e 'this.main=\"node_modules/expo/AppEntry.js\"'",
    "config:npm": "json -I -f package.json -e 'this.main=\"lib/index.js\"'",
    "lint": "tslint --project .",
    "test": "TZ=Europe/Paris jest --no-watchman",
    "test:coverage": "TZ=Europe/Paris jest --coverage",
    "test:watch": "TZ=Europe/Paris jest --watch",
    "tsc": "tsc --noEmit"
  },
  "types": "lib/index.d.ts",
  "version": "0.9.6"
}
