{
  "name": "@nativescript/mlkit-barcode-scanning",
  "version": "3.0.0",
  "description": "NativeScript MLKit Barcode Scanner module",
  "main": "index",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "ios": "6.0.0",
      "android": "6.0.0"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NativeScript/mlkit.git"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "TypeScript",
    "iOS",
    "Android"
  ],
  "author": {
    "name": "NativeScript",
    "email": "oss@nativescript.org"
  },
  "bugs": {
    "url": "https://github.com/NativeScript/mlkit/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/NativeScript/mlkit",
  "readmeFilename": "README.md",
  "bootstrapper": "@nativescript/plugin-seed",
  "types": "./index.d.ts"
}