{
  "name": "dynamsoft-barcode-reader-bundle",
  "version": "11.4.2001",
  "description": "Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR Code, DaraMatrix, PDF417, and Aztec Code.",
  "main": "dist/dbr.bundle.js",
  "module": "dist/dbr.bundle.esm.js",
  "exports": {
    "import": {
      "types": "./dist/dbr.bundle.d.ts",
      "default": "./dist/dbr.bundle.esm.js"
    },
    "require": {
      "types": "./dist/dbr.bundle.d.ts",
      "default": "./dist/dbr.bundle.js"
    }
  },
  "sideEffects": true,
  "types": "dist/dbr.bundle.d.ts",
  "type": "module",
  "files": [
    "/dist",
    "LEGAL.txt",
    "LICENSE",
    "samples.url"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c --environment BUILD:production",
    "build-dev": "rollup -c --environment BUILD:development",
    "build-core": "cd ../CORE && npm run build-bundle -- DBR CORE && cd ../DBR_BUNDLE && npm run build-dev",
    "build-cvr": "cd ../CVR && npm run build-bundle -- DBR CVR  && cd ../DBR_BUNDLE && npm run build-dev",
    "build-dbr": "cd ../DBR && npm run build-bundle -- DBR DBR && cd ../DBR_BUNDLE && npm run build-dev",
    "build-dce": "cd ../DCE && npm run build-bundle -- DBR DCE && cd ../DBR_BUNDLE && npm run build-dev",
    "build-dcp": "cd ../DCP && npm run build-bundle -- DBR DCP && cd ../DBR_BUNDLE && npm run build-dev",
    "build-license": "cd ../LICENSE && npm run build-bundle -- DBR LICENSE && cd ../DBR_BUNDLE && npm run build-dev",
    "build-utility": "cd ../UTILITY && npm run build-bundle -- DBR UTILITY && cd ../DBR_BUNDLE && npm run build-dev",
    "update:readme": "updateReadme --package=dynamsoft-barcode-reader-bundle --version=latest --branch=preview --html --rtu",
    "updateLink:npm": "updateLink --source=npm",
    "updateLink:zip": "updateLink --source=zip",
    "updateLink:github": "updateLink --source=github",
    "update:prod": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=production --tag=latest",
    "update:beta": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=beta --tag=beta",
    "update:iv": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=internalVersion --tag=iv",
    "update:dev": "updatePackage --package=dynamsoft-barcode-reader-bundle --version=auto --env=development --tag=latest",
    "makeZip": "makeZip --package=dynamsoft-barcode-reader-bundle --version=auto --sampleBranch=_dev --structure=old --otherPkgs=dynamsoft-capture-vision-std dynamsoft-image-processing dynamsoft-core dynamsoft-license dynamsoft-capture-vision-router dynamsoft-utility dynamsoft-camera-enhancer dynamsoft-barcode-reader",
    "easyPublish": "npm run update:dev && npm run build && npm publish"
  },
  "keywords": [
    "HTML5 barcode",
    "JavaScript barcode",
    "Web barcode",
    "barcode",
    "PDF417",
    "QRCode",
    "Aztec Code",
    "WebAssembly",
    "SDK",
    "Linear barcode",
    "1D barcode"
  ],
  "author": {
    "name": "Dynamsoft",
    "url": "https://www.dynamsoft.com",
    "email": "support@dynamsoft.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dynamsoft/barcode-reader-javascript.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "overrides": {
    "dynamsoft-core": "$dynamsoft-core"
  }
}
