{
  "name": "capacitor-plugin-scanbot-barcode-scanner-sdk",
  "version": "6.1.0",
  "description": "Scanbot Barcode Scanner SDK for Capacitor",
  "main": "dist/plugin.cjs.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "unpkg": "dist/plugin.js",
  "files": [
    "ui_v2/",
    "android/src/main/",
    "android/build.gradle",
    "dist/",
    "ios/Sources/",
    "CapacitorPluginScanbotBarcodeScannerSdk.podspec"
  ],
  "author": "Scanbot SDK",
  "license": "Commercial",
  "readmeFilename": "README.md",
  "homepage": "https://scanbot.io/developer/capacitor-barcode-scanner-sdk/",
  "contributors": [
    {
      "name": "Scanbot",
      "email": "sdk@scanbot.io",
      "url": "https://scanbot.io"
    }
  ],
  "keywords": [
    "capacitor",
    "angular",
    "plugin",
    "native",
    "android",
    "app",
    "barcode",
    "camera",
    "ios",
    "mobile",
    "mobile scanner",
    "qr qrcode",
    "scan",
    "scanning",
    "scanner",
    "scanbot",
    "scanbot-sdk",
    "scanner-sdk",
    "scanning-sdk",
    "sdk",
    "1d-barcode",
    "2d-barcode",
    "ean",
    "upc",
    "data",
    "matrix",
    "pdf-417"
  ],
  "scripts": {
    "lint": "npm run eslint && npm run prettier -- --write",
    "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
    "eslint": "eslint . --ext ts --fix",
    "prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
    "swiftlint": "node-swiftlint",
    "docgen": "rimraf ./api-docs && rimraf ./dist-api-docs && cp -r ./dist/ ./dist-api-docs/ && typedoc",
    "build": "npm run clean && tsc && rollup -c rollup.config.mjs && npm run docgen",
    "clean": "rimraf ./dist && rimraf ./api-docs && rimraf ./dist-api-docs",
    "watch": "tsc --watch",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@capacitor/android": "^6.0.0",
    "@capacitor/core": "^6.0.0",
    "@capacitor/ios": "^6.0.0",
    "@ionic/eslint-config": "^0.3.0",
    "@ionic/prettier-config": "^1.0.1",
    "@ionic/swiftlint-config": "^1.1.2",
    "eslint": "^7.11.0",
    "prettier": "~2.3.0",
    "prettier-plugin-java": "~1.0.2",
    "rimraf": "^3.0.2",
    "rollup": "4.22.4",
    "swiftlint": "^1.0.1",
    "typedoc": "^0.25.13",
    "typedoc-plugin-rename-defaults": "^0.7.0",
    "typescript": "5.1.3"
  },
  "peerDependencies": {
    "@capacitor/core": "^6.0.0"
  },
  "prettier": "@ionic/prettier-config",
  "swiftlint": "@ionic/swiftlint-config",
  "capacitor": {
    "ios": {
      "src": "ios"
    },
    "android": {
      "src": "android"
    }
  }
}
