{
  "name": "react-native-local-barcode-recognizer-tdc",
  "version": "0.0.2",
  "description": "The plugin to recognize the barcode from local image for React Native.",
  "author": "Janus J K Lu <januslo6211@gmail.com>",
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/januslo/react-native-local-barcode-recognizer"
  },
  "bugs": {
    "url": "https://github.com/januslo/react-native-local-barcode-recognizer/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "barcode",
    "qrcodde",
    "recognizes",
    "local",
    "image"
  ],
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "react": ">=16.3.1",
    "react-native": ">=0.55.4"
  }
}
