{
  "name": "react-native-hole-view",
  "version": "5.0.0",
  "description": "Component to made an overlay with touch-through hole",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "rm -rf ./dist && tsc -p tsconfig.json",
    "preversion": "npm run build",
    "prepare": "install-peers"
  },
  "files": [
    "android",
    "ios",
    "src",
    "web",
    "dist",
    "react-native-hole-view.podspec"
  ],
  "keywords": [
    "react-native",
    "react-component",
    "react-native-component",
    "react",
    "mobile",
    "ios",
    "android",
    "ui",
    "vector",
    "retina",
    "hole",
    "mask"
  ],
  "author": "ibitcy",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.3.2",
    "@types/react-native": "^0.69.2",
    "install-peers-cli": "2.2.0",
    "typescript": "4.2.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibitcy/react-native-hole-view.git"
  },
  "bugs": {
    "url": "https://github.com/ibitcy/react-native-hole-view/issues"
  },
  "homepage": "https://github.com/ibitcy/react-native-hole-view#readme",
  "codegenConfig": {
    "name": "RNHoleView",
    "type": "components",
    "jsSrcsDir": "./src/codegenSpec",
    "ios": {
      "components": {
        "RNHoleView": {
          "className": "RNHoleView"
        }
      }
    }
  }
}
