{
  "name": "dynamsoft-javascript-barcode",
  "version": "9.6.11",
  "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.",
  "private": false,
  "files": [
    "/dist/*.js",
    "/dist/*.mjs",
    "/dist/*.html",
    "/dist/*.wasm",
    "/dist/**/*.d.ts",
    "/Api Reference.url",
    "/legal.txt",
    "/samples.url"
  ],
  "homepage": "https://www.dynamsoft.com/barcode-reader/sdk-javascript",
  "main": "./dist/dbr.pure.js",
  "module": "./dist/dbr.pure.esm.js",
  "exports": {
    "import": "./dist/dbr.pure.esm.js",
    "require": "./dist/dbr.pure.js"
  },
  "sideEffects": false,
  "types": "./dist/types/dbr.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": {
    "name": "Dynamsoft",
    "url": "https://www.dynamsoft.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/dynamsoft/barcode-reader-javascript.git"
  },
  "maintainers": [
    {
      "name": "Dynamsoft",
      "email": "support@dynamsoft.com"
    }
  ],
  "keywords": [
    "HTML5 barcode",
    "JavaScript barcode",
    "Web barcode",
    "barcode",
    "PDF417",
    "QRCode",
    "Aztec Code",
    "WebAssembly",
    "SDK",
    "Linear barcode",
    "1D barcode"
  ],
  "scripts": {
    "build:doc": "typedoc",
    "build-dev": "rollup -c --environment BUILD:development",
    "build": "rollup -c --environment BUILD:production",
    "test": "node ./samples/node/helloworld.js",
    "update:readme": "node ./updateReadme.js"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.0.5",
    "@rollup/plugin-replace": "3.0.0",
    "@rollup/plugin-typescript": "8.3.0",
    "@scannerproxy/browser-info": "^1.0.7",
    "@scannerproxy/curscript-path": "^1.0.3",
    "@scannerproxy/dlsjs": "^2.0.7",
    "@types/node": "16.11.2",
    "@types/node-fetch": "2.6.1",
    "@types/node-localstorage": "1.3.0",
    "detect-browser-node-ssr": "^2.0.0",
    "fs-extra": "8.1.0",
    "highlight.js": "^9.15.6",
    "mutable-promise": "^1.1.13",
    "rollup": "2.58.0",
    "rollup-plugin-terser": "7.0.2",
    "showdown": "^1.9.0",
    "tslib": "2.3.1",
    "typedoc": "0.22.6",
    "typedoc-plugin-missing-exports": "0.22.3",
    "typescript": "4.3.5"
  },
  "peerDependencies": {
    "node-fetch": "^2.6.5",
    "node-localstorage": "^2.2.1"
  },
  "peerDependenciesMeta": {
    "node-fetch": {
      "optional": true
    },
    "node-localstorage": {
      "optional": true
    }
  },
  "dependencies": {
    "dm-howler": "^2.2.4",
    "dynamsoft-camera-enhancer": "^3.3.1"
  }
}
