{
  "name": "react-native-twilio-video",
  "version": "1.1.9",
  "description": "react-native-twilio-video",
  "main": "src/index.ts",
  "scripts": {
    "build": "rm -rf ./lib && tsc",
    "prepare": "yarn build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native", 
    "twilio",
    "video",
    "rct"
  ],
  "author": "Tytv",
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.8.6",
    "react-native": "^0.60.2"
  },
  "devDependencies": {
    "typescript": "^3.5.3",
    "@types/react": "^16.9.2",
    "@types/react-native": "^0.60.7",
    "react": "^16.8.6",
    "react-native": "^0.60.2"
  }
}
