{
  "name": "@react-native-community/masked-view",
  "description": "React Native MaskedView component",
  "types": "./types/index.d.ts",
  "main": "index.js",
  "author": "Mike Nedosekin <crespo8800@gmail.com>",
  "license": "MIT",
  "version": "0.1.3",
  "homepage": "https://github.com/react-native-community/react-native-masked-view#readme",
  "keywords": [
    "react-native",
    "react native",
    "masked-view",
    "masked view"
  ],
  "scripts": {
    "test:flow": "flow check",
    "test:js": "echo 0",
    "test:lint": "eslint ./",
    "test:prettier": "prettier --check './**/*.js'"
  },
  "peerDependencies": {
    "react": "^16.0",
    "react-native": "^0.57"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-flowtype": "^3.10.1",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.13.0",
    "eslint-plugin-react-native": "^3.7.0",
    "flow-bin": "^0.106.1",
    "prettier": "^1.18.2",
    "react-native": ">=0.57"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-community/react-native-masked-view.git"
  },
  "bugs": {
    "url": "https://github.com/react-native-community/react-native-masked-view/issues"
  }
}
