{
  "name": "reactxp-webview",
  "version": "2.0.0",
  "description": "Plugin for ReactXP that provides a control that allows the display of an independent web page",
  "author": "ReactXP Team <reactxp@microsoft.com>",
  "license": "MIT",
  "scripts": {
    "build": "npm run tslint && tsc",
    "tslint": "tslint -p tsconfig.json -r tslint.json --fix || true"
  },
  "dependencies": {
    "react-native-webview": "^7.5.2"
  },
  "peerDependencies": {
    "react": "^16.3",
    "reactxp": "^2.0.0",
    "react-dom": "^16.3",
    "react-native": ">=0.57",
    "react-native-windows": "^0.57.1"
  },
  "devDependencies": {
    "reactxp": "^2.0.0",
    "typescript": "3.7.2",
    "tslint": "5.20.1",
    "tslint-microsoft-contrib": "6.2.0"
  },
  "types": "dist/web/PluginBase.d.ts"
}
