tauri-plugin-barcode-scanner-continuous 0.1.0

Fork of tauri-plugin-barcode-scanner with on-device fixes enabling a stable continuous scan loop on iOS and Android.
{
  "name": "@riczescaran/tauri-plugin-barcode-scanner-continuous",
  "version": "0.1.0",
  "description": "Fork of @tauri-apps/plugin-barcode-scanner with on-device fixes enabling a stable continuous scan loop on iOS and Android.",
  "license": "MIT OR Apache-2.0",
  "repository": "https://github.com/riczescaran/tauri-plugin-barcode-scanner-continuous",
  "type": "module",
  "types": "./dist-js/index.d.ts",
  "main": "./dist-js/index.js",
  "module": "./dist-js/index.js",
  "exports": {
    ".": {
      "types": "./dist-js/index.d.ts",
      "import": "./dist-js/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json"
  },
  "files": [
    "dist-js",
    "README.md",
    "LICENSE_APACHE-2.0",
    "LICENSE_MIT"
  ],
  "dependencies": {
    "@tauri-apps/api": "^2.10.1"
  },
  "devDependencies": {
    "typescript": "^5.6.2"
  }
}