{
  "name": "react-native-web-barcode-scanner",
  "version": "0.0.0-alpha.1",
  "description": "A React component that renders a viewfinder for the device's either front or back camera viewfinder and will scan bar codes that show up in the frame.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "homepage": "https://docs.expo.io/versions/latest/sdk/bar-code-scanner/",
  "author": "Expo <support@expo.io> (https://expo.io)",
  "keywords": [
    "react-native-barcode-scanner",
    "expo-barcode-scanner",
    "code",
    "native",
    "react",
    "react-native",
    "react-native-web",
    "expo",
    "expo-web",
    "official"
  ],
  "license": "ISC",
  "nativePackage": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-barcode-scanner"
  },
  "dependencies": {
    "expo-barcode-scanner": "*"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  }
}