{
  "name": "react-native-twilio-video-webrtc-pru",
  "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": "1.0.3",
  "description": "Twilio Video WebRTC for React Native.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "standard 'src/**/*.js'",
    "lint:fix": "standard 'src/**/*.js' --fix",
    "ci": "yarn lint"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "keywords": [
    "react-native"
  ],
  "author": "",
  "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",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-load-plugins": "^1.5.0",
    "gulp-react-docs": "^0.1.3",
    "gulp-tap": "^1.0.1",
    "react-docgen": "^2.15.0",
    "standard": "^13.1.0"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  }
}
