{
  "name": "react-native-chat-npm",
  "version": "1.1.9",
  "devDependencies": {
    "babel-preset-expo": "^5.0.0",
    "jest-expo": "^32.0.0"
  },
  "dependencies": {
    "react-native-modal": "^11.0.1",
    "react-native-paper": "2.4.0",
    "react-native-render-html": "^4.1.2",
    "react-native-elements": "^1.1.0",
    "wamp.js": "^0.2.5",
    "wamp.js2": "^0.2.5"
  },
  "peerDependencies": {
    "expo": "^32.0.0",
    "react": "16.5.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
  },
  "description": "Support for Chat Thread and UI",
  "main": "index.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "eject": "expo eject",
    "test": "node ./node_modules/jest/bin/jest.js --watchAll"
  },
  "keywords": [
    "npm",
    "npm-chat-thread",
    "npm-chat-ui"
  ],
  "author": "vigneshraj",
  "license": "ISC",
  "jest": {
    "preset": "jest-expo"
  }
}
