{
  "name": "react-native-twilio-video-webrtc",
  "repository": {
    "type": "git",
    "url": "https://github.com/blackuy/react-native-twilio-video-webrtc.git"
  },
  "homepage": "https://github.com/blackuy/react-native-twilio-video-webrtc",
  "version": "3.2.1",
  "description": "Twilio Video WebRTC for React Native.",
  "main": "index.js",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "test": "expo-module test",
    "lint": "prettier -c 'src/**/*.js'",
    "lint:fix": "prettier -w 'src/**/*.js'",
    "ci": "yarn lint"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "keywords": [
    "react-native"
  ],
  "author": "Gaston Morixe <gaston@gastonmorixe.com>",
  "contributors": [
    "Martin Fernandez <fmartin91@gmail.com>"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.9.32",
    "@types/react-native": "^0.62.1",
    "babel-eslint": "^7.2.3",
    "del": "^3.0.0",
    "doctoc": "^1.3.0",
    "expo": "^47.0.0",
    "expo-build-properties": "^0.5.1",
    "expo-module-scripts": "^3.0.7",
    "fancy-log": "^2.0.0",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-load-plugins": "^1.5.0",
    "gulp-react-docs": "^1.0.1",
    "gulp-tap": "^1.0.1",
    "prettier": "^2.8.8",
    "react-docgen": "^2.15.0",
    "semver": "5.7.2",
    "tough-cookie": "4.1.4",
    "word-wrap": "^1.2.5"
  },
  "peerDependencies": {
    "expo": ">=47.0.0",
    "expo-build-properties": ">=0.5.1"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  }
}
